From 8459af3f5c67d4dcc4fcf0fcb91b7258b33bf1ab Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 20 Nov 2012 12:41:38 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index add4d642cf..78a90841d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,7 +26,7 @@ Tue Nov 20 19:02:44 2012 Koichi Sasada * vm_trace.c: rename and add TracePoint APIs. (1) TracePoint.new(...){...} creates a new trace point but does not make it enable. - (2) TracePoint.trace(...){...} creats a new trace point + (2) TracePoint.trace(...){...} creates a new trace point and enable it (same as old behavior). (3) TracePoint#enable make it enable (renamed from TracePoint#retrace). If block given, when enable only in block. @@ -35,7 +35,7 @@ Tue Nov 20 19:02:44 2012 Koichi Sasada (5) TracePoint#enabled? returns this trace is enable or not. [Feature #6895] - * test/ruby/test_settracefunc.rb: addd tests. + * test/ruby/test_settracefunc.rb: add tests. Tue Nov 20 18:35:05 2012 Koichi Sasada @@ -44,7 +44,7 @@ Tue Nov 20 18:35:05 2012 Koichi Sasada value on the :return and :c_return event. (2) TracePoint#raised_exception which returns raised exception value on the :raise event. - Eeach methods raise RuntimeError if it is called at unsupported + Each methods raise RuntimeError if it is called at unsupported event. Please review and give us feedback until next preview release (Dec/2012) of Ruby 2.0.0.