From 52cd994814335d6cee5ee4fae2827edd5e0d73b9 Mon Sep 17 00:00:00 2001 From: hsbt Date: Mon, 14 Dec 2015 02:52:14 +0000 Subject: * enum.c: fix a typo in documentation. [ci skip][fix GH-1140] Patch by @jutaz * io.c: ditto. * iseq.c: ditto. * numeric.c: ditto. * process.c: ditto. * string.c: ditto. * vm_trace.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 319c51647e..1bd7582495 100644 --- a/string.c +++ b/string.c @@ -4527,7 +4527,7 @@ rb_str_sub_bang(int argc, VALUE *argv, VALUE str) * additional backslash. However, within +replacement+ the special match * variables, such as &$, will not refer to the current match. * If +replacement+ is a String that looks like a pattern's capture group but - * is actaully not a pattern capture group e.g. "\\'", then it + * is actually not a pattern capture group e.g. "\\'", then it * will have to be preceded by two backslashes like so "\\\\'". * * If the second argument is a Hash, and the matched text is one of its keys, -- cgit v1.2.3