Skip to content

Commit 9106e28

Browse files
authored
Fix syntax (#77)
1 parent 986216b commit 9106e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/null/challenges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ String bigness(String letters) {
108108
return "small";
109109
}
110110
else if (bigness < 10) {
111-
return "medium"
111+
return "medium";
112112
}
113113
else {
114114
return "big";

0 commit comments

Comments
 (0)