From 66c7eea0568d7386a07b4be18e817f9d2c422757 Mon Sep 17 00:00:00 2001 From: Justin Date: Wed, 16 Mar 2016 11:43:54 -0600 Subject: [PATCH] Fix double negative --- errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.md b/errors.md index aae8d84..1c07326 100644 --- a/errors.md +++ b/errors.md @@ -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