Skip to content

Commit 6caabd4

Browse files
committed
Minor error fixed #561
1 parent bc72bc3 commit 6caabd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Mu.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ To clone those, you could implement your own C<.clone> that clones the
221221
appropriate attributes and passes the new values to C<Mu.clone>, for example,
222222
via L«C<nextwith>|/language/functions#sub_nextwith». Alternatively,
223223
your own C<.clone> could clone self first
224-
(using C<self.Mu::clone> or L«C<callsame>|/language/functions#_callsame»)
224+
(using C<self.Mu::clone> or L«C<callsame>|/language/functions#sub_callsame»)
225225
and then manipulate the clone as needed, before returning it.
226226
227227
=begin code

0 commit comments

Comments
 (0)