aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
diff options
context:
space:
mode:
authornishant-cyro <nishant.tuteja@vinsol.com>2013-12-19 12:02:01 +0530
committernishant-cyro <nishant.tuteja@vinsol.com>2013-12-19 12:02:01 +0530
commit517caa85c97b0addba0d27fffa03aec40f70ff1f (patch)
tree878f3e54749b3bf775bdb915abbcad0ed1e7e349 /activesupport/lib/active_support
parent12affbe491e4ad7056c7bc1555cf223129cb2745 (diff)
downloadrails-517caa85c97b0addba0d27fffa03aec40f70ff1f.tar.gz
rails-517caa85c97b0addba0d27fffa03aec40f70ff1f.tar.bz2
rails-517caa85c97b0addba0d27fffa03aec40f70ff1f.zip
fix typos and grammar mistake [ci skip]
Diffstat (limited to 'activesupport/lib/active_support')
-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')