Skip to content

Commit 7ddd0dd

Browse files
authored
Merge pull request #3656 from Scimon/master
Updating working on the TWEAK documentation based on confusion here :…
2 parents d21a27d + c349332 commit 7ddd0dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/objects.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -773,9 +773,9 @@ default; these are available only during C<TWEAK> (see below), which can
773773
class.
774774
775775
X<|TWEAK>
776-
After the C<BUILD> methods have been called, methods named C<TWEAK> are
777-
called, if they exist, again with all the named arguments that were passed
778-
to C<new>. See an example of its use below.
776+
After the C<BUILD> methods have been called for a class, methods named
777+
C<TWEAK> are called for that class, if they exist, again with all the
778+
named arguments that were passed to C<new>. See an example of its use below.
779779
780780
Due to the default behavior of C<BUILD> and C<TWEAK> submethods, named
781781
arguments to the constructor C<new> derived from C<Mu> can

0 commit comments

Comments
 (0)