mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-12 15:50:20 -08:00
Correct typo in C# 96_Word
This commit corrects an obvious typo.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace word
|
||||
if ((guess.Length != 5) || (guess.Equals("?")) || (!guess.All(char.IsLetter)))
|
||||
{
|
||||
guess = "";
|
||||
Console.WriteLine("You must guess a give letter word. Start again.");
|
||||
Console.WriteLine("You must guess a five letter word. Start again.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user