summaryrefslogtreecommitdiff
path: root/doc/extension.rdoc
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2021-01-05 15:13:53 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2021-01-05 15:13:53 +0100
commit3108ad7bf3dcae52054a1c29b86246cdb470000b (patch)
tree48879bbd126fe3c3ee37f714130abe7c4a2de49a /doc/extension.rdoc
parent3d439447250f19333418adcdf777142dda4b3364 (diff)
[DOC] Fix grammar: "is same as" -> "is the same as"
Diffstat (limited to 'doc/extension.rdoc')
-rw-r--r--doc/extension.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index 71a03cbf52..a4996920f9 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -1868,13 +1868,13 @@ NORETURN_STYLE_NEW ::
HAVE_RB_DEFINE_ALLOC_FUNC ::
Means that function rb_define_alloc_func() is provided, that means the
- allocation framework is used. This is same as the result of
+ allocation framework is used. This is the same as the result of
have_func("rb_define_alloc_func", "ruby.h").
HAVE_RB_REG_NEW_STR ::
Means that function rb_reg_new_str() is provided, that creates Regexp
- object from String object. This is same as the result of
+ object from String object. This is the same as the result of
have_func("rb_reg_new_str", "ruby.h").
HAVE_RB_IO_T ::