Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Mar 3, 2023
1 parent 9f3014c commit 6970032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Seq.pod6
Expand Up @@ -207,8 +207,8 @@ produce, etc.
say (1..12).Seq.skip(2,3,4); # OUTPUT: «(3 4 5 10 11 12)␤»
This first skipped 2 values, then produced 3 values (3,4,5), skipped 4 values
and then produced the rest (10,11,12).
This first skipped 2 values, then produced 3 values (3, 4, 5), skipped 4 values
and then produced the rest (10, 11, 12).
If the final value specified is in a "produce" position, then the rest of the
C<Seq> will be skipped. If the final value is in a "skip" position, then the
Expand Down

0 comments on commit 6970032

Please sign in to comment.