We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ba0ae + cdc59b5 commit b3ee034Copy full SHA for b3ee034
doc/Language/operators.pod6
@@ -1819,7 +1819,7 @@ C<===> uses the L<WHICH|/routine/WHICH> method to obtain the object identity.
1819
1820
If you want to create a class that should act as a value type, then that
1821
class must create an instance method C<WHICH>, that should return a
1822
-L<CValueObjAt|type/ValueObjAt> object that won't change for the lifetime of
+L<ValueObjAt|/type/ValueObjAt> object that won't change for the lifetime of
1823
the object.
1824
1825
=head2 infix C«=:=»
0 commit comments