mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix grammar (it's -> its)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user