Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add some links
  • Loading branch information
moritz committed Feb 16, 2014
1 parent d0ea532 commit 0d938ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/objects.pod
Expand Up @@ -56,7 +56,7 @@ You can ask any object for its type object by calling the C<WHAT> method
my $int-type-obj = 1.WHAT;
Type objects (other than C<Mu>) can be compared for equality with the
Type objects (other than L<Mu>) can be compared for equality with the
C<===> identity operator:
sub f(Int $x) {
Expand Down Expand Up @@ -472,8 +472,7 @@ standard C<ClassHOW> for class-based objects offers these facilities:
Returns a list of public methods available on the class (which includes
methods from superclasses and roles). By default this stops at the classes
C<Cool>, C<Any> or C<Mu>; to really get all methods, use the C<:all> adverb.
L<Cool>, L<Any> or L<Mu>; to really get all methods, use the C<:all> adverb.
class A {
method x() { };
Expand Down

0 comments on commit 0d938ff

Please sign in to comment.