flushing my list of typos when reaching the Objects chapter

This commit is contained in:
Thierry Parmentelat 2017-05-12 10:28:56 +02:00
parent 27a491f265
commit 4121423fc0
9 changed files with 27 additions and 27 deletions

View file

@ -4,7 +4,7 @@ importance: 5
# Output every second
Write a function `printNumbers(from, to)` that outputs a number every second, starting from `from` and ending with `two`.
Write a function `printNumbers(from, to)` that outputs a number every second, starting from `from` and ending with `to`.
Make two variants of the solution.