* eval.c: Fix a typo in ruby_finalize() documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a50fb15d0
commit
53ec135d45
@ -1,3 +1,7 @@
|
|||||||
|
Thu Jan 17 21:08:20 2013 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
||||||
|
* eval.c: Fix a typo in ruby_finalize() documentation.
|
||||||
|
|
||||||
Thu Jan 17 20:28:18 2013 Benoit Daloze <eregontp@gmail.com>
|
Thu Jan 17 20:28:18 2013 Benoit Daloze <eregontp@gmail.com>
|
||||||
|
|
||||||
* object.c: Typo in Kernel#hash documentation.
|
* object.c: Typo in Kernel#hash documentation.
|
||||||
|
2
eval.c
2
eval.c
@ -129,7 +129,7 @@ ruby_finalize_1(void)
|
|||||||
|
|
||||||
/** Runs the VM finalization processes.
|
/** Runs the VM finalization processes.
|
||||||
*
|
*
|
||||||
* <code>END{}</code> and procs registered by <code>Kernel.#at_ext</code> are
|
* <code>END{}</code> and procs registered by <code>Kernel.#at_exit</code> are
|
||||||
* executed here. See the Ruby language spec for more details.
|
* executed here. See the Ruby language spec for more details.
|
||||||
*
|
*
|
||||||
* @note This function is allowed to raise an exception if an error occurred.
|
* @note This function is allowed to raise an exception if an error occurred.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user