From be8f52e59a38ecb7543279eb8c283747a5d2548e Mon Sep 17 00:00:00 2001 From: Torstein Stromme <torstein.stromme@uib.no> Date: Wed, 25 Jan 2023 12:05:38 +0100 Subject: [PATCH] typo --- src/main/java/no/uib/inf101/terminal/TextAnswers.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/no/uib/inf101/terminal/TextAnswers.java b/src/main/java/no/uib/inf101/terminal/TextAnswers.java index 30a6bc2..9f6e148 100644 --- a/src/main/java/no/uib/inf101/terminal/TextAnswers.java +++ b/src/main/java/no/uib/inf101/terminal/TextAnswers.java @@ -13,7 +13,7 @@ public class TextAnswers { /** In which class is the object cli refers to? */ static final String q2 = ""; - /** True or false: CommandLineInterface is both a type and interface. */ + /** True or false: CommandLineInterface is both a type and an interface. */ static final Boolean q3 = null; /** True or false: DummyShell is both a class and a type. */ -- GitLab