Skip to content

Commit f7cafc3

Browse files
committed
Fix typo
1 parent 543dd8a commit f7cafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/switch/challenges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ enum Bear {
180180
enum Action {
181181
LAY_DOWN,
182182
FIGHT_BACK,
183-
RUN_AWAY
183+
RUN_AWAY,
184184
YEET
185185
}
186186

0 commit comments

Comments
 (0)