We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3e8e4 commit 44d9242Copy full SHA for 44d9242
docs/howto/select.md
@@ -125,7 +125,7 @@ SELECT bio, birth_year FROM authors
125
WHERE id = $1;
126
```
127
128
-When selecting a single column, only that value that returned. The `GetBioForAuthor`
+When selecting a single column, only that value is returned. The `GetBioForAuthor`
129
method takes a single `int` as an argument and returns a `string` and an
130
`error`.
131
0 commit comments