Merge pull request #2731 from mahdyar/patch-1

chore: fix a typo
This commit is contained in:
Ilya Kantor 2021-10-10 18:36:44 +03:00 committed by GitHub
commit 171d2e7469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ printReverseList(list);
# 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".