diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-14 04:06:52 +0000 |
| commit | cf9c8f998017f4cdc8cc96ff90862d1e2b166593 (patch) | |
| tree | 08e2dc9b61d6be2a9bc95dd9d800dceb064d1bdd /string.c | |
| parent | 84edb95f1ac7d45c9fc612c5195332618805558d (diff) | |
| download | ruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.tar.gz ruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.tar.xz ruby-cf9c8f998017f4cdc8cc96ff90862d1e2b166593.zip | |
* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,
process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3396,11 +3396,11 @@ rb_str_count(argc, argv, str) * split on whitespace as if ` ' were specified. * * If the <i>limit</i> parameter is omitted, trailing null fields are - * supressed. If <i>limit</i> is a positive number, at most that number of + * suppressed. If <i>limit</i> is a positive number, at most that number of * fields will be returned (if <i>limit</i> is <code>1</code>, the entire * string is returned as the only entry in an array). If negative, there is no * limit to the number of fields returned, and trailing null fields are not - * supressed. + * suppressed. * * " now's the time".split #=> ["now's", "the", "time"] * " now's the time".split(' ') #=> ["now's", "the", "time"] |
