aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-12-16 11:34:43 +0100
committerXavier Noria <fxn@hashref.com>2014-12-16 11:34:43 +0100
commitd9d5e3f3314193baf80705fe5f1236697e565959 (patch)
tree1bd02b38954ab466df25e78469d80f4e3be82f69
parent41dc7fd650b0fcaf8f05f895aab13febac0739ec (diff)
parentde75713a73d83fa5405fcf5a3f6f218c4578195e (diff)
downloadrails-d9d5e3f3314193baf80705fe5f1236697e565959.tar.gz
rails-d9d5e3f3314193baf80705fe5f1236697e565959.tar.bz2
rails-d9d5e3f3314193baf80705fe5f1236697e565959.zip
Merge pull request #18048 from jonatack/patch-8
Constant autoload grammar fix
-rw-r--r--guides/source/constant_autoloading_and_reloading.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md
index 94546c7bb2..9c822a7f01 100644
--- a/guides/source/constant_autoloading_and_reloading.md
+++ b/guides/source/constant_autoloading_and_reloading.md
@@ -580,8 +580,8 @@ file is loaded. If the file actually defines `Post` all is fine, otherwise
### Qualified References
When a qualified constant is missing Rails does not look for it in the parent
-namespaces. But there's a caveat: unfortunately, when a constant is missing
-Rails is not able to say if the trigger was a relative or qualified reference.
+namespaces. But there is a caveat: When a constant is missing, Rails is
+unable to tell if the trigger was a relative reference or a qualified one.
For example, consider