chore: fix a typo

This commit is contained in:
Mahdyar Hasanpour 2021-10-04 18:44:46 +03:30 committed by GitHub
parent b09e38c557
commit 2f980540fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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".