ruby-changes:44334
From: kazu <ko1@a...>
Date: Thu, 13 Oct 2016 00:35:14 +0900 (JST)
Subject: [ruby-changes:44334] kazu:r56407 (trunk): Fix typo [ci skip]
kazu 2016-10-13 00:28:06 +0900 (Thu, 13 Oct 2016) New Revision: 56407 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56407 Log: Fix typo [ci skip] Replace "You can defined hooked variables" with "You can define hooked variables" Modified files: trunk/ChangeLog trunk/doc/extension.rdoc Index: doc/extension.rdoc =================================================================== --- doc/extension.rdoc (revision 56406) +++ doc/extension.rdoc (revision 56407) @@ -592,7 +592,7 @@ function below. https://github.com/ruby/ruby/blob/trunk/doc/extension.rdoc#L592 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, Index: ChangeLog =================================================================== --- ChangeLog (revision 56406) +++ ChangeLog (revision 56407) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Oct 13 00:21:27 2016 Simon Soriano <simon0191@g...> + + * 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@r...> * ruby.c (open_load_file): revert r56385. it introduced incompatibility -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/