sporto / elm-tutorial

A guide to building web applications using Elm 0.18
396 stars 117 forks source link

Fix typo #180

Closed tanishi closed 7 years ago

tanishi commented 7 years ago

https://github.com/sporto/elm-tutorial/blob/master/jp/05-resources/02-players.md#playersモデル

x: addPerkToPlayer : Int -> Int -> Player o: addPerkToPlayer : Int -> String -> Player

Is wrong type.

sporto commented 7 years ago

Thanks