mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
16038b2964
commit
c9e8dd082e
1 changed files with 1 additions and 1 deletions
2
NEWS
2
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue