Skip to content

Commit 1f5df41

Browse files
committed
Merge branch 'patch-1' of https://github.com/rjbs/doc into rjbs-patch-1
2 parents 032c382 + 0284491 commit 1f5df41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/classtut.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Since C<BUILD> runs in the context of the newly created C<Task> object, it
314314
is allowed to manipulate those private attributes. The trick here is that
315315
the private attributes (C<&!callback> and C<@!dependencies>) are being used
316316
as the bind targets for C<BUILD>'s parameters. Zero-boilerplate
317-
initialization! See L<objects|/language/objects#Object Construction> for
317+
initialization! See L<objects|/language/objects#Object_Construction> for
318318
more information.
319319
320320
The C<BUILD> method is responsible for initializing all attributes, it must

0 commit comments

Comments
 (0)