Skip to content

Commit b3ee034

Browse files
authored
Merge pull request #2311 from dmc00/master
Fix broken link
2 parents f9ba0ae + cdc59b5 commit b3ee034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ C<===> uses the L<WHICH|/routine/WHICH> method to obtain the object identity.
18191819
18201820
If you want to create a class that should act as a value type, then that
18211821
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
1822+
L<ValueObjAt|/type/ValueObjAt> object that won't change for the lifetime of
18231823
the object.
18241824
18251825
=head2 infix C«=:=»

0 commit comments

Comments
 (0)