mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
s/SaveStringValue/SafeStringValue/
Fix a typo in extension.rdoc. Signed-off-by: Akira Matsuda <ronnie@dio.jp> closes #1512 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
53a1b9f28f
commit
992b0148ca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue