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
This commit is contained in:
parent
93c8fec04d
commit
caa9083451
@ -1,3 +1,8 @@
|
|||||||
|
Thu Oct 13 00:21:27 2016 Simon Soriano <simon0191@gmail.com>
|
||||||
|
|
||||||
|
* doc/extension.rdoc: Replace "You can defined hooked variables"
|
||||||
|
with "You can define hooked variables". [Fix GH-1460]
|
||||||
|
|
||||||
Wed Oct 12 21:05:50 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
Wed Oct 12 21:05:50 2016 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* ruby.c (open_load_file): revert r56385. it introduced incompatibility
|
* ruby.c (open_load_file): revert r56385. it introduced incompatibility
|
||||||
|
@ -592,7 +592,7 @@ function below.
|
|||||||
|
|
||||||
void rb_define_readonly_variable(const char *name, VALUE *var)
|
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.
|
setter) are called on access to the hooked variables.
|
||||||
|
|
||||||
void rb_define_hooked_variable(const char *name, VALUE *var,
|
void rb_define_hooked_variable(const char *name, VALUE *var,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user