Skip to content

Commit 45cbd5d

Browse files
committed
Fix typo
1 parent 8cfb6db commit 45cbd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ This allows you to write
23622362
To generate all Fibonacci numbers up to but excluding 100.
23632363
23642364
The C<...> operators consider the initial values as "generated elements" as
2365-
well, so the are also checked against the endpoint:
2365+
well, so they are also checked against the endpoint:
23662366
23672367
my $end = 4;
23682368
say 1, 2, 4, 8, 16 ... $end;

0 commit comments

Comments
 (0)