1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-06-30 17:13:37 +09:00
parent 3621a7debf
commit eefc2d8a3c
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -80,7 +80,7 @@ class Integer
# call-seq:
# int.zero? -> true or false
#
# Returns +true+ if +num+ has a zero value.
# Returns +true+ if +int+ has a zero value.
def zero?
Primitive.attr! 'inline'
Primitive.cexpr! 'int_zero_p(self)'