Skip to content

Commit cd7e9d2

Browse files
joshuaswickirllisitsky
authored andcommitted
fix grammar (sqlc-dev#3213)
1 parent 3a50c64 commit cd7e9d2

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
@@ -125,7 +125,7 @@ SELECT bio, birth_year FROM authors
125125
WHERE id = $1;
126126
```
127127

128-
When selecting a single column, only that value that returned. The `GetBioForAuthor`
128+
When selecting a single column, only that value is returned. The `GetBioForAuthor`
129129
method takes a single `int` as an argument and returns a `string` and an
130130
`error`.
131131

0 commit comments

Comments
 (0)