diff --git a/sample/test.rb b/sample/test.rb index 4bef6bc392b133..d7f80b1e396f45 100755 --- a/sample/test.rb +++ b/sample/test.rb @@ -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 })