Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed typo and missing directive
  • Loading branch information
Jan-Olof Hendig committed Jun 10, 2016
1 parent 02f12e2 commit 8929182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/objects.pod
Expand Up @@ -343,7 +343,7 @@ order|https://en.wikipedia.org/wiki/C3_linearization>. You can ask a type
for its MRO through a call to its meta class:
=for code :allow<B L>
say List<.^L<mro|type/Metamodel::C3MRO#mro>>; # List() Cool() Any() Mu()
say ListB<.^L<mro|/type/Metamodel::C3MRO#mro>>; # List() Cool() Any() Mu()
If a class does not specify a parent class, L<Any> is assumed by default.
All classes directly or indirectly derive from L<Mu>, the root of the type
Expand Down

0 comments on commit 8929182

Please sign in to comment.