From 072ac9a2004ed5dbd1ed86f26cc42ed333e22344 Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 24 Apr 2013 15:39:32 +0000 Subject: merge revision(s) 40434: * string.c: Document String#setbyte return value by @gjmurakami-10gen [Fixes GH-294] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'string.c') diff --git a/string.c b/string.c index 7fb354b433..02d2474bc2 100644 --- a/string.c +++ b/string.c @@ -4090,9 +4090,9 @@ rb_str_getbyte(VALUE str, VALUE index) /* * call-seq: - * str.setbyte(index, int) -> int + * str.setbyte(index, integer) -> integer * - * modifies the indexth byte as int. + * modifies the indexth byte as integer. */ static VALUE rb_str_setbyte(VALUE str, VALUE index, VALUE value) -- cgit v1.2.3