Browse Source

Update example.java

Missed the example file. Woah --> Whoa
Austin Lyons 12 years ago
parent
commit
e06ee74873
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bob/example.java

+ 1
- 1
bob/example.java View File

@@ -7,7 +7,7 @@ public class Bob {
7 7
         if (isSilence(input))
8 8
             return "Fine. Be that way!";
9 9
         if (isShout(input))
10
-            return "Woah, chill out!";
10
+            return "Whoa, chill out!";
11 11
         if (isQuestion(input))
12 12
             return "Sure.";
13 13
         return "Whatever.";