Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Fix double negative #79

Merged
merged 1 commit into from
Mar 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ to use this special-case in order to let the caller distinguish whether
you might not realize that your variable didn't get any value from the database
after all.

You should not run into this error when you're not using `QueryRow()`. If you
You should only run into this error when you're using `QueryRow()`. If you
encounter this error elsewhere, you're doing something wrong.

Identifying Specific Database Errors
Expand Down