Skip to content

Commit

Permalink
fix a typo in comment [ci skip]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
znz committed Nov 9, 2014
1 parent b550034 commit df2965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/test.rb
Expand Up @@ -813,7 +813,7 @@ def r(val); a,b,*c = *yield(); test_ok([a,b,c] == val, 2); end
break
end
break
test_ok(false) # should no reach here
test_ok(false) # should not reach here
end
false
})
Expand Down

0 comments on commit df2965f

Please sign in to comment.