Skip to content

Commit

Permalink
Correct docs as singlton true is not returned here
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
stevenharman committed Apr 11, 2014
1 parent 21bb6e0 commit 7240d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/load_error.rb
Expand Up @@ -18,7 +18,7 @@ def path
end
end

# Returns <tt>true</tt> if the given path name (except perhaps for the ".rb"
# Returns true if the given path name (except perhaps for the ".rb"
# extension) is the missing file which caused the exception to be raised.
def is_missing?(location)
location.sub(/\.rb$/, '') == path.sub(/\.rb$/, '')
Expand Down

0 comments on commit 7240d6a

Please sign in to comment.