diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-18 15:11:35 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-04-18 15:11:35 +0000 |
commit | 398abd204d3b0826055d72c74ebdc62da3ce6641 (patch) | |
tree | cd2de034a114d5d805d7eb03057ffab30fad3513 /README.EXT | |
parent | 47e9f5e96ef2673ad59b61b9f062934ea693bd8f (diff) | |
download | ruby-398abd204d3b0826055d72c74ebdc62da3ce6641.tar.gz |
fix typo
* NEWS, README.EXT: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r-- | README.EXT | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.EXT b/README.EXT index a60d559092..d66d6c5576 100644 --- a/README.EXT +++ b/README.EXT @@ -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) :: |