mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* object.c, proc.c: s/call_seq/call-seq in rdoc. [Fix GH-322]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ee0478bce9
commit
acae96deb7
3 changed files with 7 additions and 3 deletions
4
object.c
4
object.c
|
@ -1323,7 +1323,7 @@ false_xor(VALUE obj, VALUE obj2)
|
|||
}
|
||||
|
||||
/*
|
||||
* call_seq:
|
||||
* call-seq:
|
||||
* nil.nil? -> true
|
||||
*
|
||||
* Only the object <i>nil</i> responds <code>true</code> to <code>nil?</code>.
|
||||
|
@ -1336,7 +1336,7 @@ rb_true(VALUE obj)
|
|||
}
|
||||
|
||||
/*
|
||||
* call_seq:
|
||||
* call-seq:
|
||||
* nil.nil? -> true
|
||||
* <anything_else>.nil? -> false
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue