diff options
author | Xavier Noria <fxn@hashref.com> | 2014-12-16 09:46:57 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-12-16 09:47:03 +0100 |
commit | d95a58c76882eb09ce29796730ef43688d5868cf (patch) | |
tree | 48b9a2f2a761cb5bfff4f8d1bc3600df49d280ce | |
parent | 48542a484420bd3440b869111591ebbb007fc746 (diff) | |
download | rails-d95a58c76882eb09ce29796730ef43688d5868cf.tar.gz rails-d95a58c76882eb09ce29796730ef43688d5868cf.tar.bz2 rails-d95a58c76882eb09ce29796730ef43688d5868cf.zip |
undoes a recent merged edit [ci skip]
I think "What" is was fine, "The purpose of" assumes the reader knows such thing exists.
"What is" is fine, and also matches the following "What is require_dependency".
-rw-r--r-- | guides/source/constant_autoloading_and_reloading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/constant_autoloading_and_reloading.md b/guides/source/constant_autoloading_and_reloading.md index 641639868c..ac4ceb6023 100644 --- a/guides/source/constant_autoloading_and_reloading.md +++ b/guides/source/constant_autoloading_and_reloading.md @@ -7,7 +7,7 @@ After reading this guide, you will know: * Key aspects of Ruby constants -* The purpose of `autoload_paths` +* What is `autoload_paths` * How constant autoloading works |