From 517caa85c97b0addba0d27fffa03aec40f70ff1f Mon Sep 17 00:00:00 2001 From: nishant-cyro Date: Thu, 19 Dec 2013 12:02:01 +0530 Subject: fix typos and grammar mistake [ci skip] --- activesupport/lib/active_support/core_ext/thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/core_ext') 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') -- cgit v1.2.3