aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-18 02:48:24 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-18 02:48:24 +0000
commit4c6713f37440a3b3de74d92e2ce82d6951fb2951 (patch)
tree8b623dbf265e043b4f5d29b427e7a80c1ef4880f /string.c
parentaf18eafc44bb3bb6aff78f244a67b807500e3e9f (diff)
downloadruby-4c6713f37440a3b3de74d92e2ce82d6951fb2951.tar.gz
* string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53571 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 3267b28664..24d1c709a9 100644
--- a/string.c
+++ b/string.c
@@ -6864,7 +6864,7 @@ static const char isspacetable[256] = {
*
* If <i>pattern</i> is <code>nil</code>, the value of <code>$;</code> is used.
* If <code>$;</code> is <code>nil</code> (which is the default), <i>str</i> is
- * split on whitespace as if ` ' were specified.
+ * split on whitespace as if ' ' were specified.
*
* If the <i>limit</i> parameter is omitted, trailing null fields are
* suppressed. If <i>limit</i> is a positive number, at most that number of