Skip to content

Commit ba3ed8f

Browse files
authored
Remove versioning mention for TWEAK
IMO it doesn't really belong in a main text, especially mentions of specific compilers. If anything, this type of stuff should be in a separate document, similar to what perldoc perldelta does.
1 parent 5991c34 commit ba3ed8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ example above).
444444
445445
After the C<BUILD> methods have been called, methods named C<TWEAK> are
446446
called, if they exist, again with all the named arguments that were passed
447-
to C<new>. (C<TWEAK> is a new feature in v6.d / Rakudo 2016.11)
447+
to C<new>.
448448
449449
Due to the nature of the default behavior of C<BUILDALL> and custom C<BUILD>
450450
submethods, named arguments to the constructor C<new> derived from C<Mu> can

0 commit comments

Comments
 (0)