Skip to content

Commit

Permalink
Fix POD error
Browse files Browse the repository at this point in the history
Closes #2254 D#2254
  • Loading branch information
zoffixznet committed Aug 10, 2018
1 parent 85feebe commit 8591eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Any.pod6
Expand Up @@ -96,7 +96,7 @@ and returns the resulting L<List>:
say 42.list.elems; # OUTPUT: «1␤»
Subclasses of C<Any> may choose to return any L<Positional> type
from L«C<.list>|/routine/list>. Use L«C<.List>|/routine/List> to
from L«C<.list>|/routine/list>». Use L«C<.List>|/routine/List> to
coerce specifically to L<List>.
=head2 method push
Expand Down

0 comments on commit 8591eff

Please sign in to comment.