From d3b337c58dcdbfc09c77f812be9426ec3ba70b5c Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 8 Jan 2011 13:07:20 +0000 Subject: fix spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index b1ada5ca2b..6e210a2075 100644 --- a/string.c +++ b/string.c @@ -4690,7 +4690,7 @@ rb_str_capitalize(VALUE str) /* * call-seq: -* str.swapcase! -> str or nil + * str.swapcase! -> str or nil * * Equivalent to String#swapcase, but modifies the receiver in * place, returning str, or nil if no changes were made. -- cgit v1.2.3