Skip to content

Commit d65667a

Browse files
committed
fix a tutorial challenge
1 parent f79eba0 commit d65667a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/tutorial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ fn TutorialThinkingWithArrays() -> impl IntoView {
14561456
number=5
14571457
prompt="reverses each word in a string but keeps the words in the same order"
14581458
example=r#""get in the racecar""#
1459-
answer="⍜⊜□⇌ ⊸≠@ "
1459+
answer="⍜⊜□⇌ ⊸≠@ "
14601460
tests={&[r#""arrays are neat""#, r#""wow mom""#]}
14611461
hidden=r#""Wow, mom!""#/>
14621462
}

0 commit comments

Comments
 (0)