We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca74b70 commit c1db3bbCopy full SHA for c1db3bb
1 file changed
docs/howto/prepared_query.md
@@ -10,7 +10,7 @@ SELECT * FROM records
10
WHERE id = $1;
11
```
12
13
-sqlc has an option to use perpared queries. These prepared queries also work
+sqlc has an option to use prepared queries. These prepared queries also work
14
with transactions.
15
16
```go
0 commit comments