From 0e42b434976e7a1c8db9d8a2fe49df7a144a4ae9 Mon Sep 17 00:00:00 2001 From: svn Date: Thu, 30 Apr 2015 08:02:56 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- rational.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rational.c b/rational.c index 477ee11a6d..2d0daea2e3 100644 --- a/rational.c +++ b/rational.c @@ -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) -- cgit v1.2.3