Skip to content

Commit c1db3bb

Browse files
authored
Update prepared_query.md (#914)
1 parent ca74b70 commit c1db3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/prepared_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SELECT * FROM records
1010
WHERE id = $1;
1111
```
1212

13-
sqlc has an option to use perpared queries. These prepared queries also work
13+
sqlc has an option to use prepared queries. These prepared queries also work
1414
with transactions.
1515

1616
```go

0 commit comments

Comments
 (0)