Merge pull request #6246 from jbampton/fix-spelling

Fix typo in `test/t/hash.rb`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2024-04-22 09:47:22 +09:00
committed by GitHub
+1 -1
View File
@@ -1001,7 +1001,7 @@ assert('#== receiver should be specified value') do
end
end
assert('test value ommision') do
assert('test value omission') do
x = 1
y = 2
assert_equal({x:1, y:2}, {x:, y:})