ruby-changes:45262
From: a_matsuda <ko1@a...>
Date: Sun, 15 Jan 2017 22:45:17 +0900 (JST)
Subject: [ruby-changes:45262] a_matsuda:r57335 (trunk): s/SaveStringValue/SafeStringValue/
a_matsuda 2017-01-15 22:45:12 +0900 (Sun, 15 Jan 2017) New Revision: 57335 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57335 Log: s/SaveStringValue/SafeStringValue/ Fix a typo in extension.rdoc. Signed-off-by: Akira Matsuda <ronnie@d...> closes #1512 Modified files: trunk/doc/extension.rdoc Index: doc/extension.rdoc =================================================================== --- doc/extension.rdoc (revision 57334) +++ doc/extension.rdoc (revision 57335) @@ -1176,7 +1176,7 @@ void Check_Type(VALUE value, int type) : https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L1176 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/