aboutsummaryrefslogtreecommitdiffstats
path: root/doc/extension.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extension.rdoc')
-rw-r--r--doc/extension.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index b8fbb787ba..764cc54095 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -592,7 +592,7 @@ function below.
void rb_define_readonly_variable(const char *name, VALUE *var)
-You can defined hooked variables. The accessor functions (getter and
+You can define hooked variables. The accessor functions (getter and
setter) are called on access to the hooked variables.
void rb_define_hooked_variable(const char *name, VALUE *var,