diff options
author | Chris Kampmeier <chris@kampers.net> | 2008-12-31 15:44:17 -0700 |
---|---|---|
committer | Chris Kampmeier <chris@kampers.net> | 2008-12-31 15:44:17 -0700 |
commit | 58646544abe731162b4758cf57f738ce0db9ab3e (patch) | |
tree | 547ffa75200481bdb47aa0cfc86d84bd31f1c2c9 /activesupport/test/core_ext | |
parent | b2357d1b5b292da6d89e7c6dc65abc80acb3f58f (diff) | |
download | rails-58646544abe731162b4758cf57f738ce0db9ab3e.tar.gz rails-58646544abe731162b4758cf57f738ce0db9ab3e.tar.bz2 rails-58646544abe731162b4758cf57f738ce0db9ab3e.zip |
Fix grammar (it's -> its)
Diffstat (limited to 'activesupport/test/core_ext')
-rw-r--r-- | activesupport/test/core_ext/integer_ext_test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/test/core_ext/integer_ext_test.rb b/activesupport/test/core_ext/integer_ext_test.rb index 5ab36226a1..b7006a5c86 100644 --- a/activesupport/test/core_ext/integer_ext_test.rb +++ b/activesupport/test/core_ext/integer_ext_test.rb @@ -28,8 +28,8 @@ class IntegerExtTest < Test::Unit::TestCase end def test_ordinalize - # These tests are mostly just to ensure that the ordinalize method exists - # It's results are tested comprehensively in the inflector test cases. + # These tests are mostly just to ensure that the ordinalize method exists. + # Its results are tested comprehensively in the inflector test cases. assert_equal '1st', 1.ordinalize assert_equal '8th', 8.ordinalize 1000000000000000000000000000000000000000000000000000000000000000000000.ordinalize |