diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-15 13:45:12 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-15 13:45:12 +0000 |
commit | 992b0148cacc7abbd439691460b5d937930e53ca (patch) | |
tree | 8d68b3ed19feb025a82b57f8a5ffca0f9dedc777 | |
parent | 53a1b9f28fccc566f7b505081de13eb470e73fea (diff) |
s/SaveStringValue/SafeStringValue/
Fix a typo in extension.rdoc.
Signed-off-by: Akira Matsuda <[email protected]>
closes #1512
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | doc/extension.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc index 61a6aeffd9..c2a3a9833e 100644 --- a/doc/extension.rdoc +++ b/doc/extension.rdoc @@ -1176,7 +1176,7 @@ void Check_Type(VALUE value, int type) :: Ensures +value+ is of the given internal +type+ or raises a TypeError -SaveStringValue(value) :: +SafeStringValue(value) :: Checks that +value+ is a String and is not tainted |