Fix call-seq typo s/==/<=>/ [ci skip]

Fixes #29512.
This commit is contained in:
Ryuta Kamizono 2017-06-21 11:52:02 +09:00
parent 0787727cd6
commit ab0e455881
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module ActiveModel
# :method: <=>
#
# :call-seq:
# ==(other)
# <=>(other)
#
# Equivalent to <tt>String#<=></tt>.
#