summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/extension.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 167635c629..e89d4228e3 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -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) ::