Fix grammar (it's -> its)

This commit is contained in:
Chris Kampmeier
2008-12-31 15:44:17 -07:00
parent b2357d1b5b
commit 58646544ab

View File

@@ -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