1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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:
stomar 2017-04-10 17:28:18 +00:00
parent 9adc876393
commit 2c6cbcde84

View file

@ -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) ::