doc/extension.rdoc: rb_str_append grammar fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9adc876393
commit
2c6cbcde84
@ -212,7 +212,7 @@ rb_vsprintf(const char *format, va_list ap) ::
|
||||
|
||||
rb_str_append(VALUE str1, VALUE str2) ::
|
||||
|
||||
Appends str2 Ruby string to str1 Ruby string.
|
||||
Appends Ruby string str2 to Ruby string str1.
|
||||
|
||||
rb_str_cat(VALUE str, const char *ptr, long len) ::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user