h/t @agseijas

[closes #233]
This commit is contained in:
Jay Hayes
2019-01-07 09:03:33 -06:00
parent 0f72a98444
commit d79e65cd82

View File

@@ -12,7 +12,7 @@ defmodule Numbers do
assert 1 === 1.0 == ___
end
koan "Revisit divison with threequal" do
koan "Revisit division with threequal" do
assert 2 / 2 === ___
end