From caa9083451da43af979f842f9c2625942395b1df Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 12 Oct 2016 15:28:06 +0000 Subject: Fix typo [ci skip] Replace "You can defined hooked variables" with "You can define hooked variables" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/extension.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/extension.rdoc') 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, -- cgit v1.2.3