* 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:
zzak 2013-05-31 07:04:33 +00:00
parent ee0478bce9
commit acae96deb7
3 changed files with 7 additions and 3 deletions

View file

@ -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
*