force player/goalie names to correct case when editing
This commit is contained in:
@@ -56,7 +56,7 @@ editGoalieNumberPrompt = numPrompt "Goalie number: " $
|
||||
|
||||
-- | Prompt to edit a goalie's name
|
||||
editGoalieNamePrompt :: Prompt
|
||||
editGoalieNamePrompt = strPrompt "Goalie name: " $
|
||||
editGoalieNamePrompt = namePrompt "Goalie name: " $
|
||||
modify . editGoalieName
|
||||
|
||||
-- | Prompt to edit a goalie's YTD games played
|
||||
|
||||
Reference in New Issue
Block a user