Skip to content

Commit f8b7779

Browse files
authored
Fix typo in bless documentation
Changes the meaning, but should be correct according to the context.
1 parent 9632a11 commit f8b7779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Mu.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ way of initializing a class, even more so if the default constructor is
298298
disabled, since it can make it harder to correctly initialize the class from a
299299
subclass. For instance, in the above example, the C<new> implementation takes
300300
two positional arguments that must be passed from the subclass to the superclass
301-
in the exact order. That is not a real problem if it's not documented, but take
301+
in the exact order. That is not a real problem if it's documented, but take
302302
into account C<bless>, through C<BUILDALL>, will eventually be calling C<BUILD>
303303
in the class that is being instantiated. This might result in some unwanted
304304
problems, like having to create a C<BUILD> submethod to serve it correctly:

0 commit comments

Comments
 (0)