Bläddra i källkod

Merge pull request #11 from austinlyons/patch-2

Update example.java
Katrina Owen 12 år sedan
förälder
incheckning
353f33acd2
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      bob/example.java

+ 1
- 1
bob/example.java Visa fil

@@ -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.";