Merge pull request #19069 from robertzk/patch-1

fix typo [ci-skip]
This commit is contained in:
Abdelkader Boudih 2015-02-25 06:45:00 +00:00
commit 80ed46064d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Rails
# root = Root.new "/rails"
# root.add "app/controllers", eager_load: true
#
# The command above creates a new root object and add "app/controllers" as a path.
# The command above creates a new root object and adds "app/controllers" as a path.
# This means we can get a <tt>Rails::Paths::Path</tt> object back like below:
#
# path = root["app/controllers"]