Rename method, and change debug string on top.

This commit is contained in:
2018-05-25 13:44:32 -07:00
parent b0c9c5ec18
commit 0d31433b96
2 changed files with 5 additions and 5 deletions

View File

@@ -30,5 +30,5 @@ decodeUpdate = decode pair
|> required "turn" decodeColor
|> required "board" (Decode.list decodeCell)
decodeUpdatestring : String -> Result String Update
decodeUpdatestring = Decode.decodeString decodeUpdate
decodeUpdateString : String -> Result String Update
decodeUpdateString = Decode.decodeString decodeUpdate