aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorYoshiyuki Hirano <yhirano@me.com>2017-08-26 17:23:12 +0900
committerYoshiyuki Hirano <yhirano@me.com>2017-08-27 14:07:43 +0900
commit38b13929f09b87cae85fb1d9ae6dec413f175304 (patch)
treeaef2d2f3671eba84b9115ba0c5b2a033ac0b0d57 /activesupport
parent46c2e93051ab33157c584292a2743f9482e99582 (diff)
downloadrails-38b13929f09b87cae85fb1d9ae6dec413f175304.tar.gz
rails-38b13929f09b87cae85fb1d9ae6dec413f175304.tar.bz2
rails-38b13929f09b87cae85fb1d9ae6dec413f175304.zip
Use tt in doc for railties [skip ci]
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/dependencies.rb2
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.