Skip to content

Commit 171d2e7

Browse files
authored
Merge pull request #2731 from mahdyar/patch-1
chore: fix a typo
2 parents f4801c3 + 2f98054 commit 171d2e7

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)