From 9da95259134680e3626495c74275382522297aac Mon Sep 17 00:00:00 2001 From: journich <70119791+journich@users.noreply.github.com> Date: Fri, 26 Feb 2021 08:12:49 +1030 Subject: [PATCH] Adjust game name in comment --- 41 Guess/java/src/Guess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/41 Guess/java/src/Guess.java b/41 Guess/java/src/Guess.java index 6e23b5f2..667411ab 100644 --- a/41 Guess/java/src/Guess.java +++ b/41 Guess/java/src/Guess.java @@ -4,7 +4,7 @@ import java.util.Scanner; /** * Game of Guess *

- * Based on the Basic game of Dice here + * Based on the Basic game of Guess here * https://github.com/coding-horror/basic-computer-games/blob/main/41%20Guess/guess.bas *

* Note: The idea was to create a version of the 1970's Basic game in Java, without introducing