aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-01 01:35:28 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-01 20:30:45 +0530
commit752d74f9522be3a9a0b2d904d5b6f9007100ea22 (patch)
tree36f7624d61de928a07921d2f5727ac7aa25600e2 /activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
parentcfd785f910fc914c576133fee263875833ba0c92 (diff)
downloadrails-752d74f9522be3a9a0b2d904d5b6f9007100ea22.tar.gz
rails-752d74f9522be3a9a0b2d904d5b6f9007100ea22.tar.bz2
rails-752d74f9522be3a9a0b2d904d5b6f9007100ea22.zip
docs formatting changes
Diffstat (limited to 'activesupport/lib/active_support/core_ext/hash/indifferent_access.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/hash/indifferent_access.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
index 0b368fe7b7..f4cb445444 100644
--- a/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
+++ b/activesupport/lib/active_support/core_ext/hash/indifferent_access.rb
@@ -2,7 +2,7 @@ require 'active_support/hash_with_indifferent_access'
class Hash
- # Returns an +ActiveSupport::HashWithIndifferentAccess+ out of its receiver:
+ # Returns an <tt>ActiveSupport::HashWithIndifferentAccess</tt> out of its receiver:
#
# {:a => 1}.with_indifferent_access["a"] # => 1
#