ruby-changes:36264
From: kazu <ko1@a...>
Date: Sun, 9 Nov 2014 22:12:29 +0900 (JST)
Subject: [ruby-changes:36264] kazu:r48345 (trunk): fix a typo in comment [ci skip]
kazu 2014-11-09 22:12:21 +0900 (Sun, 09 Nov 2014) New Revision: 48345 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48345 Log: fix a typo in comment [ci skip] Modified files: trunk/sample/test.rb Index: sample/test.rb =================================================================== --- sample/test.rb (revision 48344) +++ sample/test.rb (revision 48345) @@ -813,7 +813,7 @@ test_ok(catch(:foo) { https://github.com/ruby/ruby/blob/trunk/sample/test.rb#L813 break end break - test_ok(false) # should no reach here + test_ok(false) # should not reach here end false }) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/