Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2f98054

Browse files
authored
chore: fix a typo
1 parent b09e38c commit 2f98054

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/01-recursion/05-output-single-linked-list-reverse

1 file changed

+1
-1
lines changed

‎1-js/06-advanced-functions/01-recursion/05-output-single-linked-list-reverse/solution.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ printReverseList(list);
3333

3434
# Using a loop
3535

36-
The loop variant is also a little bit more complicated then the direct output.
36+
The loop variant is also a little bit more complicated than the direct output.
3737

3838
There is no way to get the last value in our `list`. We also can't "go back".
3939

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /