Skip to content

Commit

Permalink
fix(docs): correct spelling and grammar (#3645)
Browse files Browse the repository at this point in the history
  • Loading branch information
anazibinurasheed authored Oct 9, 2024
1 parent d0b8637 commit ca6fda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/datatypes.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ For MySQL, there is no native `uuid` data type. When using `UUID_TO_BIN` to stor
## JSON

By default, sqlc will generate the `[]byte`, `pgtype.JSON` or `json.RawMessage` for JSON column type.
But if you use the `pgx/v5` sql package then you can specify a some struct instead of default type.
The `pgx` implementation will marshall/unmarshall the struct automatically.
But if you use the `pgx/v5` sql package then you can specify a struct instead of default type.
The `pgx` implementation will marshal/unmarshal the struct automatically.

```go
package dto
Expand Down

0 comments on commit ca6fda2

Please sign in to comment.