mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
fix typo
* NEWS, README.EXT: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
47e9f5e96e
commit
398abd204d
2 changed files with 5 additions and 5 deletions
|
@ -1088,7 +1088,7 @@ RSTRING_LEN(str) ::
|
|||
RSTRING_PTR(str) ::
|
||||
|
||||
String -> pointer to String data
|
||||
Note that the result pointer may not be NULL-terminated
|
||||
Note that the result pointer may not be NUL-terminated
|
||||
|
||||
StringValue(value) ::
|
||||
|
||||
|
@ -1100,8 +1100,8 @@ StringValuePtr(value) ::
|
|||
|
||||
StringValueCStr(value) ::
|
||||
|
||||
Object with #to_str -> pointer to String data without NULL bytes
|
||||
It is guaranteed that the result data is NULL-terminated
|
||||
Object with #to_str -> pointer to String data without NUL bytes
|
||||
It is guaranteed that the result data is NUL-terminated
|
||||
|
||||
rb_str_new2(s) ::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue