From 45f6fbf339e3666ea1e64d9e13fd40c61977248d Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 May 2010 18:51:39 +0000 Subject: * removed trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 808ad29ba1..414c3a9159 100644 --- a/object.c +++ b/object.c @@ -2202,7 +2202,7 @@ rb_Integer(VALUE val) * when base is omitted or equals to zero, radix indicators * (0, 0b, and 0x) are honored. * In any case, strings should be strictly conformed to numeric - * representation. This behavior is different from that of + * representation. This behavior is different from that of * String#to_i. Non string values will be converted using * to_int, and to_i. * -- cgit v1.2.3