diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-08-27 15:29:42 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-27 15:29:42 +0900 |
commit | 6bc2ac64cea6e148c84356b998314b61a9405754 (patch) | |
tree | aef2d2f3671eba84b9115ba0c5b2a033ac0b0d57 /activesupport | |
parent | 46c2e93051ab33157c584292a2743f9482e99582 (diff) | |
parent | 38b13929f09b87cae85fb1d9ae6dec413f175304 (diff) | |
download | rails-6bc2ac64cea6e148c84356b998314b61a9405754.tar.gz rails-6bc2ac64cea6e148c84356b998314b61a9405754.tar.bz2 rails-6bc2ac64cea6e148c84356b998314b61a9405754.zip |
Merge pull request #30430 from yhirano55/use_tt_in_doc_for_railties
Use tt in doc for ActiveSupport and Railties [skip ci]
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/dependencies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/dependencies.rb b/activesupport/lib/active_support/dependencies.rb index 3ffe21e559..ad2f21205f 100644 --- a/activesupport/lib/active_support/dependencies.rb +++ b/activesupport/lib/active_support/dependencies.rb @@ -85,7 +85,7 @@ module ActiveSupport #:nodoc: # handles the new constants. # # If child.rb is being autoloaded, its constants will be added to - # autoloaded_constants. If it was being `require`d, they will be discarded. + # autoloaded_constants. If it was being required, they will be discarded. # # This is handled by walking back up the watch stack and adding the constants # found by child.rb to the list of original constants in parent.rb. |