Skip to content

Commit 27da1bf

Browse files
authored
Fix logic error in while and repeat-while experiment description (#249)
2 parents 95273ae + e430a1a commit 27da1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/GuidedTour/GuidedTour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ print(m)
671671
> Experiment:
672672
> Change the condition from `m < 100` to `m < 0`
673673
> to see how `while` and `repeat`-`while` behave differently
674-
> when the loop condition is already true.
674+
> when the loop condition is already false.
675675
676676
You can keep an index in a loop
677677
by using `..<` to make a range of indexes.

0 commit comments

Comments
 (0)