mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] refine a call seq.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
25336fa7c1
commit
ba3ec382c7
1 changed files with 2 additions and 2 deletions
|
@ -2392,8 +2392,8 @@ int_even_p(VALUE num)
|
|||
|
||||
/*
|
||||
* call-seq:
|
||||
* fixnum.next -> integer
|
||||
* fixnum.succ -> integer
|
||||
* int.next -> integer
|
||||
* int.succ -> integer
|
||||
*
|
||||
* Returns the Integer equal to +int+ + 1.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue