aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 03:55:53 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-06 03:55:53 +0000
commitc9e8dd082e6dc1ee337f99be3fd828be86d5ed4f (patch)
tree6024a7c9a6a804f9d5dab98021b3b7172a9c601a /NEWS
parent16038b2964960121e71db6a0fa8a8c3b2c644a00 (diff)
downloadruby-c9e8dd082e6dc1ee337f99be3fd828be86d5ed4f.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d357a007ae..97431adcce 100644
--- a/NEWS
+++ b/NEWS
@@ -291,7 +291,7 @@ with all sufficient information, see the ChangeLog file.
* rb_str_cat_cstr() added. This is same as `rb_str_cat2()`.
* `rb_str_substr()` and `rb_str_subseq()` will share middle of a string,
- but not only the end of a string, in the futre. Therefore, result
+ but not only the end of a string, in the future. Therefore, result
strings may not be NUL-terminated, `StringValueCStr()` is needed
calling to obtain a NUL-terminated C string.