Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
lizmat committed Aug 26, 2018
1 parent 8cfb6db commit 45cbd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/operators.pod6
Expand Up @@ -2362,7 +2362,7 @@ This allows you to write
To generate all Fibonacci numbers up to but excluding 100.
The C<...> operators consider the initial values as "generated elements" as
well, so the are also checked against the endpoint:
well, so they are also checked against the endpoint:
my $end = 4;
say 1, 2, 4, 8, 16 ... $end;
Expand Down

0 comments on commit 45cbd5d

Please sign in to comment.