Skip to content

Commit 9632a11

Browse files
authored
Fix a couple of typos
1 parent ead8d75 commit 9632a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Mu.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ case we are declaring this C<new> method simply to avoid the extra syntax of
293293
using pairs when creating the object. C<self.bless> returns the object, which is
294294
in turn returned by C<new>.
295295
296-
However, in general, implementing a customized C<new> method might be the best
296+
However, in general, implementing a customized C<new> method might not be the best
297297
way of initializing a class, even more so if the default constructor is
298-
disabled, since it can make harder to correctly initialize the class from a
298+
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
301301
in the exact order. That is not a real problem if it's not documented, but take

0 commit comments

Comments
 (0)