Skip to content

Commit be56749

Browse files
authored
Fixed typo in select.md (#1378)
1 parent 7d4ff0b commit be56749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ORDER BY id;
2121

2222
A few new pieces of code are generated beyond the `Author` struct. An interface
2323
for the underlying database is generated. The `*sql.DB` and `*sql.Tx` types
24-
satisty this interface.
24+
satisfy this interface.
2525

2626
The database access methods are added to a `Queries` struct, which is created
2727
using the `New` method.

0 commit comments

Comments
 (0)