Skip to content

Commit 353f33a

Browse files
committed
Merge pull request exercism#11 from austinlyons/patch-2
Update example.java
2 parents cc20196 + e06ee74 commit 353f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bob/example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public String hey(String input) {
77
if (isSilence(input))
88
return "Fine. Be that way!";
99
if (isShout(input))
10-
return "Woah, chill out!";
10+
return "Whoa, chill out!";
1111
if (isQuestion(input))
1212
return "Sure.";
1313
return "Whatever.";

0 commit comments

Comments
 (0)