aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/autoloading_and_reloading_constants.md
diff options
context:
space:
mode:
authorAlex Johnson <nonsensery@users.noreply.github.com>2015-01-29 16:46:44 -0800
committerAlex Johnson <nonsensery@users.noreply.github.com>2015-01-29 16:46:44 -0800
commitdc6f5cb0ddfe3901a83fa980b7399f4b43d6a22a (patch)
tree293be6154884b753e3634859e9c68b7b5603415c /guides/source/autoloading_and_reloading_constants.md
parent38dd7939e67c127ebbd6cfbb81107b41474d744a (diff)
downloadrails-dc6f5cb0ddfe3901a83fa980b7399f4b43d6a22a.tar.gz
rails-dc6f5cb0ddfe3901a83fa980b7399f4b43d6a22a.tar.bz2
rails-dc6f5cb0ddfe3901a83fa980b7399f4b43d6a22a.zip
Fix grammar in Qualified Constants section
New wording is based on the "cref" sentence earlier in the section. [ci skip]
Diffstat (limited to 'guides/source/autoloading_and_reloading_constants.md')
-rw-r--r--guides/source/autoloading_and_reloading_constants.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/autoloading_and_reloading_constants.md b/guides/source/autoloading_and_reloading_constants.md
index 51c46d707c..f0ef03f0ce 100644
--- a/guides/source/autoloading_and_reloading_constants.md
+++ b/guides/source/autoloading_and_reloading_constants.md
@@ -324,7 +324,7 @@ relative: `::Billing::Invoice`. That would force `Billing` to be looked up
only as a top-level constant.
`Invoice` on the other hand is qualified by `Billing` and we are going to see
-its resolution next. Let's call *parent* to that qualifying class or module
+its resolution next. Let's define *parent* to be that qualifying class or module
object, that is, `Billing` in the example above. The algorithm for qualified
constants goes like this: