Use 'leveling' instead of 'levelling'

This commit is contained in:
Uku Taht
2016-04-24 02:24:14 +01:00
parent 55cc11ca14
commit c60f7c0033

View File

@@ -29,7 +29,7 @@ defmodule Lists do
assert List.duplicate("life", 3) == ___ assert List.duplicate("life", 3) == ___
end end
koan "Sometimes levelling the playing field is desired" do koan "Sometimes leveling the playing field is desired" do
assert List.flatten([1, [2, 3], 4, [5]]) == ___ assert List.flatten([1, [2, 3], 4, [5]]) == ___
end end