Skip to content

Commit

Permalink
Fix bug resulting in bad editing!
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinChen committed Dec 15, 2015
1 parent 9309043 commit 3ed2b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MonadLoopsExample.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ logIn = do
if guess /= "secret"
then do
putStrLn "% Wrong password!"
putStrLn " Try again:"
putStrLn "% Try again:"
go
else
return ()
Expand Down

0 comments on commit 3ed2b49

Please sign in to comment.