Skip to content

Commit 0d938ff

Browse files
committed
Add some links
1 parent d0ea532 commit 0d938ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/objects.pod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can ask any object for its type object by calling the C<WHAT> method
5656
5757
my $int-type-obj = 1.WHAT;
5858
59-
Type objects (other than C<Mu>) can be compared for equality with the
59+
Type objects (other than L<Mu>) can be compared for equality with the
6060
C<===> identity operator:
6161
6262
sub f(Int $x) {
@@ -472,8 +472,7 @@ standard C<ClassHOW> for class-based objects offers these facilities:
472472
473473
Returns a list of public methods available on the class (which includes
474474
methods from superclasses and roles). By default this stops at the classes
475-
C<Cool>, C<Any> or C<Mu>; to really get all methods, use the C<:all> adverb.
476-
475+
L<Cool>, L<Any> or L<Mu>; to really get all methods, use the C<:all> adverb.
477476
478477
class A {
479478
method x() { };

0 commit comments

Comments
 (0)