aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-18 22:33:49 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-12-18 22:33:49 -0800
commit86dcb555886ea575bce947554d28121861369838 (patch)
tree912ea2222565e1feab928ea176525f36ff33bb00 /activesupport/lib/active_support/core_ext
parent947efd4869b83625fda52273334b4b443b96bd4c (diff)
parent517caa85c97b0addba0d27fffa03aec40f70ff1f (diff)
downloadrails-86dcb555886ea575bce947554d28121861369838.tar.gz
rails-86dcb555886ea575bce947554d28121861369838.tar.bz2
rails-86dcb555886ea575bce947554d28121861369838.zip
Merge pull request #13400 from nishant-cyro/docs
fix typos and grammar mistake [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
-rw-r--r--activesupport/lib/active_support/core_ext/thread.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/core_ext/thread.rb b/activesupport/lib/active_support/core_ext/thread.rb
index d5a420301a..ac1ffa4128 100644
--- a/activesupport/lib/active_support/core_ext/thread.rb
+++ b/activesupport/lib/active_support/core_ext/thread.rb
@@ -33,7 +33,7 @@ class Thread
_locals[key.to_sym] = value
end
- # Returns an an array of the names of the thread-local variables (as Symbols).
+ # Returns an array of the names of the thread-local variables (as Symbols).
#
# thr = Thread.new do
# Thread.current.thread_variable_set(:cat, 'meow')