fix: typo fixes

This commit is contained in:
Paul Waldmann
2019-02-14 20:55:08 +08:00
committed by Inanc Gumus
parent ec1fb0e322
commit 288a41adf9
3 changed files with 4 additions and 4 deletions

View File

@@ -18,14 +18,14 @@ package main
// 3. I would use a short switch.
//
// EXAMPLES
// Player wins: then randomly printone of these:
// The Player wins: then randomly print one of these:
//
// go run main.go 5
// YOU WON
// go run main.go 5
// YOU'RE AWESOME
//
// Player loses: then randomly printone of these:
// The Player loses: then randomly print one of these:
//
// go run main.go 5
// LOSER!