aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorGuo Xiang Tan <tgx_world@hotmail.com>2015-03-24 11:11:35 +0800
committerGuo Xiang Tan <tgx_world@hotmail.com>2015-03-24 11:11:35 +0800
commit874616a905843a68111a96471477d51bca28af02 (patch)
tree371007d5a3c7c9e52941df6cdcb89ddb86ed8ec2 /activesupport/lib
parent4a0f314d8a54c090e53400f84508a3118c0fe2b4 (diff)
downloadrails-874616a905843a68111a96471477d51bca28af02.tar.gz
rails-874616a905843a68111a96471477d51bca28af02.tar.bz2
rails-874616a905843a68111a96471477d51bca28af02.zip
Small doc fix. [CI SKIP]
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/testing/time_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/testing/time_helpers.rb b/activesupport/lib/active_support/testing/time_helpers.rb
index c9d20cd837..3478b09423 100644
--- a/activesupport/lib/active_support/testing/time_helpers.rb
+++ b/activesupport/lib/active_support/testing/time_helpers.rb
@@ -39,7 +39,7 @@ module ActiveSupport
end
end
- # Containing helpers that helps you test passage of time.
+ # Contain helpers that help you test passage of time.
module TimeHelpers
# Changes current time to the time in the future or in the past by a given time difference by
# stubbing +Time.now+, +Date.today+, and +DateTime.now+.