Skip to content

Commit

Permalink
* remove trailing spaces.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matzbot committed Apr 30, 2015
1 parent f748c14 commit 0e42b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rational.c
Expand Up @@ -2465,7 +2465,7 @@ nurat_s_convert(int argc, VALUE *argv, VALUE klass)
* a/b (b>0). Where a is numerator and b is denominator. Integer a
* equals rational a/1 mathematically.
*
* In ruby, you can create rational object with Rational, to_r,
* In ruby, you can create rational object with Rational, to_r,
* rationalize method or suffixing r to a literal. The return values will be irreducible.
*
* Rational(1) #=> (1/1)
Expand Down

0 comments on commit 0e42b43

Please sign in to comment.