Skip to content

Commit 7e7a8d9

Browse files
authored
Fix typo in 09_datatypes.md (#304)
1 parent 5b953dd commit 7e7a8d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/09_datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ SELECT pgtle.create_base_type_if_not_exists('public', 'test_citext', 'test_citex
108108

109109
### `pgtle.create_operator_func(typenamespace regnamespace, typename name, opfunc regprocedure)`
110110

111-
`create_operator_func` provides a way to create an operator function on the base data type previously defined by `create_base_type`. This function takes an operator function which accepts one or two arguments of type `bytea`, and creates an overloaded version which accpets the base data type as the arguments instead. This is not required to create an operator function, but it can be helpful while working with certain languages such as plrust.
111+
`create_operator_func` provides a way to create an operator function on the base data type previously defined by `create_base_type`. This function takes an operator function which accepts one or two arguments of type `bytea`, and creates an overloaded version which accepts the base data type as the arguments instead. This is not required to create an operator function, but it can be helpful while working with certain languages such as plrust.
112112

113113
#### Role
114114

0 commit comments

Comments
 (0)