Skip to content

Commit 4831003

Browse files
author
Marc Chantreux
committed
missing L
1 parent f00c099 commit 4831003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/classtut.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ In this case, using C<new> might be the easiest way to initialize the C<$.ID>
281281
field and increment the value of the counter at the same time. C<new>, through
282282
C<bless>, will invoke the default C<BUILD>, assigning the values to their
283283
properties correctly. You can obtain the same effect using C<TWEAK>, which is
284-
considered a more I<p6y> way. Please check <the section on submethods|/language/classtut#index-entry-OOP>
284+
considered a more I<p6y> way. Please check L<the section on submethods|/language/classtut#index-entry-OOP>
285285
for an alternative example on how
286286
to do this.
287287

0 commit comments

Comments
 (0)