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.
1 parent bc72bc3 commit 6caabd4Copy full SHA for 6caabd4
doc/Type/Mu.pod6
@@ -221,7 +221,7 @@ To clone those, you could implement your own C<.clone> that clones the
221
appropriate attributes and passes the new values to C<Mu.clone>, for example,
222
via L«C<nextwith>|/language/functions#sub_nextwith». Alternatively,
223
your own C<.clone> could clone self first
224
-(using C<self.Mu::clone> or L«C<callsame>|/language/functions#_callsame»)
+(using C<self.Mu::clone> or L«C<callsame>|/language/functions#sub_callsame»)
225
and then manipulate the clone as needed, before returning it.
226
227
=begin code
0 commit comments