Skip to content

Commit f9130a9

Browse files
committed
Book Updates
-fix typo in 5.1
1 parent f66b0b1 commit f9130a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/chapter5.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Lists come with a bunch of built-in operations, like `append`, `remove`, `revers
4545
4646
## Your Challenge 🤔
4747
48-
Use a list and `walk` loop to store the user input of `Enter some text to store: ` 5 times.
48+
Use a list and `walk` loop to store the user input of `Enter some text to store:` 5 times.
4949
5050
::: details Answer
5151
```

0 commit comments

Comments
 (0)