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 * Raised by some IO operations when reaching the end of file. Many IO
* methods exist in two forms, * methods exist in two forms,
* *

View File

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