chore: fix a typo
This commit is contained in:
parent
b09e38c557
commit
2f980540fb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ printReverseList(list);
|
||||||
|
|
||||||
# Using a loop
|
# Using a loop
|
||||||
|
|
||||||
The loop variant is also a little bit more complicated then the direct output.
|
The loop variant is also a little bit more complicated than the direct output.
|
||||||
|
|
||||||
There is no way to get the last value in our `list`. We also can't "go back".
|
There is no way to get the last value in our `list`. We also can't "go back".
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue