Skip to content

Commit

Permalink
Merge pull request #6246 from jbampton/fix-spelling
Browse files Browse the repository at this point in the history
Fix typo in `test/t/hash.rb`
  • Loading branch information
matz committed Apr 22, 2024
2 parents 5661cf6 + 983a13f commit 87b7560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/hash.rb
Expand Up @@ -1001,7 +1001,7 @@ def h.default(k); self[k] = 1; end
end
end

assert('test value ommision') do
assert('test value omission') do
x = 1
y = 2
assert_equal({x:1, y:2}, {x:, y:})
Expand Down

0 comments on commit 87b7560

Please sign in to comment.