From de75713a73d83fa5405fcf5a3f6f218c4578195e Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Tue, 16 Dec 2014 11:21:40 +0100 Subject: Constant autoload grammar fix [skip ci] --- guides/source/constant_autoloading_and_reloading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') 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 -- cgit v1.2.3