Skip to content

Commit e00ae64

Browse files
authored
Fix upper limit is larger than the starting point
Upper limit (to) must be smaller than starting point (from) to print noting.
1 parent dd2714e commit e00ae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-2/3-more-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Where from? **5**
251251
</sample-output>
252252

253253
<!-- Jos tavoite on suurempi kuin lähtökohta ei tulostu mitään: -->
254-
If the upper limit is larger than the starting point, nothing is printed:
254+
If the upper limit is smaller than the starting point, nothing is printed:
255255

256256
<sample-output>
257257

0 commit comments

Comments
 (0)