Skip to content

Commit b14fcd6

Browse files
authored
README: Fix typo (#371)
Thanks to @Jimmy99 for spotting it
1 parent 8a931ec commit b14fcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ you ever:
3131

3232
All of these errors are *impossible* with sqlc. Wait, what? How?
3333

34-
sqlc parses your all of your queries and the DDL (e.g. `CREATE TABLE`)
34+
sqlc parses all of your queries and the DDL (e.g. `CREATE TABLE`)
3535
statements during the code generation processes so that it knows the names and
3636
types of every column in your tables and every expression in your queries. If
3737
any of them do not match, sqlc *will fail to compile your queries*, preventing

0 commit comments

Comments
 (0)