We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4ff0b commit be56749Copy full SHA for be56749
docs/howto/select.md
@@ -21,7 +21,7 @@ ORDER BY id;
21
22
A few new pieces of code are generated beyond the `Author` struct. An interface
23
for the underlying database is generated. The `*sql.DB` and `*sql.Tx` types
24
-satisty this interface.
+satisfy this interface.
25
26
The database access methods are added to a `Queries` struct, which is created
27
using the `New` method.
0 commit comments