Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/05.1-Loop-from-one-to-seventeen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tutorial: https://www.youtube.com/watch?v=4QGaROXZ3oc

# `05.1` Loop from one to seventeen

The current loop is looping from cero to ten, please make it loop from 1 to 17.
The current loop is looping from zero to ten, please make it loop from 1 to 17.

Expected console result:

Expand Down