Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Normalizes to meta, refs #2966
  • Loading branch information
JJ committed Sep 1, 2019
1 parent faa7981 commit 6f34266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/5to6-nutshell.pod6
Expand Up @@ -1304,10 +1304,10 @@ No longer relevant.
In Perl 6, method calls now always use the C3 method resolution order.
If you need to find out parent classes of a given class, you can invoke the
C<mro> meta-method thusly:
C<mro> metamethod thusly:
=for code :preamble<class Animal {}>
say Animal.^mro; # .^ indicates calling a meta-method on the object
say Animal.^mro; # .^ indicates calling a metamethod on the object
=head3 C<utf8>
Expand Down

0 comments on commit 6f34266

Please sign in to comment.