File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ You can ask any object for its type object by calling the C<WHAT> method
56
56
57
57
my $int-type-obj = 1.WHAT;
58
58
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
60
60
C < === > identity operator:
61
61
62
62
sub f(Int $x) {
@@ -472,8 +472,7 @@ standard C<ClassHOW> for class-based objects offers these facilities:
472
472
473
473
Returns a list of public methods available on the class (which includes
474
474
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.
477
476
478
477
class A {
479
478
method x() { };
You can’t perform that action at this time.
0 commit comments