Skip to content

Commit

Permalink
[hotfix][docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snuyanzin authored Oct 18, 2021
1 parent 1bfeaba commit b5d5faa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/dev/table/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ zero, one or more attributes. Each attribute consists of a name and a type.

There are two kinds of structured types:

- Types that are stored in a catalog and are identified by a _catalog identifer_ (like `cat.db.MyType`). Those
- Types that are stored in a catalog and are identified by a _catalog identifier_ (like `cat.db.MyType`). Those
are equal to the SQL standard definition of structured types.

- Anonymously defined, unregistered types (usually reflectively extracted) that are identified by
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/dev/table/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ zero, one or more attributes. Each attribute consists of a name and a type.

There are two kinds of structured types:

- Types that are stored in a catalog and are identified by a _catalog identifer_ (like `cat.db.MyType`). Those
- Types that are stored in a catalog and are identified by a _catalog identifier_ (like `cat.db.MyType`). Those
are equal to the SQL standard definition of structured types.

- Anonymously defined, unregistered types (usually reflectively extracted) that are identified by
Expand Down

0 comments on commit b5d5faa

Please sign in to comment.