summaryrefslogtreecommitdiff
path: root/string.c
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-08 13:07:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-08 13:07:20 +0000
commitd3b337c58dcdbfc09c77f812be9426ec3ba70b5c (patch)
treee8dd87a5ed0e6eabefb1b3b9c761ed8d73855862 /string.c
parent113f27ba68e69f9e6bdb3e75b7be2dd8180c0484 (diff)
fix spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
-rw-r--r--string.c2
1 files changed, 1 insertions, 1 deletions
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 <code>String#swapcase</code>, but modifies the receiver in
* place, returning <i>str</i>, or <code>nil</code> if no changes were made.