Skip to content

Commit

Permalink
Fix a couple of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jun 19, 2018
1 parent ead8d75 commit 9632a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Mu.pod6
Expand Up @@ -293,9 +293,9 @@ case we are declaring this C<new> method simply to avoid the extra syntax of
using pairs when creating the object. C<self.bless> returns the object, which is
in turn returned by C<new>.
However, in general, implementing a customized C<new> method might be the best
However, in general, implementing a customized C<new> method might not be the best
way of initializing a class, even more so if the default constructor is
disabled, since it can make harder to correctly initialize the class from a
disabled, since it can make it harder to correctly initialize the class from a
subclass. For instance, in the above example, the C<new> implementation takes
two positional arguments that must be passed from the subclass to the superclass
in the exact order. That is not a real problem if it's not documented, but take
Expand Down

0 comments on commit 9632a11

Please sign in to comment.