Skip to content

Commit

Permalink
Inverts sentence to correct
Browse files Browse the repository at this point in the history
*All* methods in Any are in list, because List subclasses Any. The
 inverse is not true.
  • Loading branch information
JJ committed Jan 17, 2019
1 parent b9d7227 commit 683b7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Any.pod6
Expand Up @@ -11,7 +11,7 @@ is the class that serves as a default base class for new classes, and as the
base class for most built-in classes.
Since Perl 6 intentionally confuses items and single-element lists, most methods
in L<Any|/type/Any> are also present on class L<List|/type/List>, and coerce to
in L<Any|/type/List> are also present on class L<List|/type/Any>, and coerce to
List or a list-like type.
=head1 Methods
Expand Down

0 comments on commit 683b7f1

Please sign in to comment.