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

fix spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2011-01-08 13:07:20 +00:00
parent 113f27ba68
commit d3b337c58d
2 changed files with 3 additions and 3 deletions

4
io.c
View file

@ -10063,8 +10063,8 @@ argf_write(VALUE argf, VALUE str)
*/
/*
* Document-class: EOFError
*
* Document-class: EOFError
*
* Raised by some IO operations when reaching the end of file. Many IO
* methods exist in two forms,
*

View file

@ -4690,7 +4690,7 @@ rb_str_capitalize(VALUE str)
/*
* call-seq:
* str.swapcase! -> str or nil
* str.swapcase! -> str or nil
*
* Equivalent to <code>String#swapcase</code>, but modifies the receiver in
* place, returning <i>str</i>, or <code>nil</code> if no changes were made.