Skip to content

Commit

Permalink
Fix rules typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannflower committed Feb 14, 2022
1 parent 07b4942 commit 70a3b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func handleMenuInput() {
func printRules() {
fmt.Println("Attempt to guess a randomly selected 5-letter word.")
fmt.Printf("You get %v guesses to get the right word.\n", maxGuesses)
fmt.Println("After guessing you guess will be displayed with color coding indicating the following:")
fmt.Println("After guessing your guess will be displayed with color coding indicating the following:")
color.HiBlack("Gray - The letter is not in the word.")
color.Yellow("Yellow - The letter is in the word but is in the wrong position.")
color.Green("Green - The letter is in the word and in the right position.")
Expand Down

0 comments on commit 70a3b42

Please sign in to comment.