Fixes typo

This commit is contained in:
Rabea Gleissner
2016-04-26 12:30:41 +01:00
parent 919b877d51
commit 72048db01f

View File

@@ -78,7 +78,7 @@ defmodule PatternMatching do
assert name.("donkey") == ___
end
koan "Errors are shaped differently than sucessful results" do
koan "Errors are shaped differently than successful results" do
dog = %{type: "dog"}
result = case Map.fetch(dog, :type) do