Skip to content

Commit

Permalink
fix pod bug
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed May 29, 2018
1 parent e598e20 commit 59de983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/math.pod6
Expand Up @@ -137,7 +137,7 @@ For cases such as this, Perl 6 also includes an C<approximately equal> operator
=head1 Sequences
A L<sequence|https://en.wikipedia.org/wiki/Sequence> is I<an enumerated
A L<sequence|https://en.wikipedia.org/wiki/Sequence> is I<an enumerated>
collection of objects in which repetitions are allowed>, and also a first-class
data type in Perl 6 called L<Seq>. C<Seq> is able to represent infinite
sequences, like the natural numbers:
Expand Down

0 comments on commit 59de983

Please sign in to comment.