Skip to content

Commit b00e393

Browse files
authored
1 parent b04c853 commit b00e393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Prepared statements will automatically be created for any queries where it can b
898898

899899
## Custom Types
900900

901-
You can add ergonomic support for custom types, or simply use `sql.typed(value, type)` inline, where type is the PostgreSQL `oid` for the type and the correctly serialized string. _(`oid` values for types can be found in the `pg_catalog.pg_types` table.)_
901+
You can add ergonomic support for custom types, or simply use `sql.typed(value, type)` inline, where type is the PostgreSQL `oid` for the type and the correctly serialized string. _(`oid` values for types can be found in the `pg_catalog.pg_type` table.)_
902902

903903
Adding Query helpers is the cleanest approach which can be done like this:
904904

0 commit comments

Comments
 (0)