Skip to content

Commit 6970032

Browse files
committed
whitespace
1 parent 9f3014c commit 6970032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Seq.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ produce, etc.
207207
208208
say (1..12).Seq.skip(2,3,4); # OUTPUT: «(3 4 5 10 11 12)␤»
209209
210-
This first skipped 2 values, then produced 3 values (3,4,5), skipped 4 values
211-
and then produced the rest (10,11,12).
210+
This first skipped 2 values, then produced 3 values (3, 4, 5), skipped 4 values
211+
and then produced the rest (10, 11, 12).
212212
213213
If the final value specified is in a "produce" position, then the rest of the
214214
C<Seq> will be skipped. If the final value is in a "skip" position, then the

0 commit comments

Comments
 (0)