From d5f479ca7e4c5809b42050a467116484bc33c438 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 11 Aug 2015 02:56:23 +0000 Subject: * string.c: Fix documentation for String#slice [ruby-core:70298][Bug #11427] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51530 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 427e3aa8db..f2a9b335fb 100644 --- a/string.c +++ b/string.c @@ -3788,7 +3788,7 @@ rb_str_aref(VALUE str, VALUE indx) * Element Reference --- If passed a single +index+, returns a substring of * one character at that index. If passed a +start+ index and a +length+, * returns a substring containing +length+ characters starting at the - * +index+. If passed a +range+, its beginning and end are interpreted as + * +start+ index. If passed a +range+, its beginning and end are interpreted as * offsets delimiting the substring to be returned. * * In these three cases, if an index is negative, it is counted from the end -- cgit v1.2.3