File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -293,9 +293,9 @@ case we are declaring this C<new> method simply to avoid the extra syntax of
293
293
using pairs when creating the object. C < self.bless > returns the object, which is
294
294
in turn returned by C < new > .
295
295
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
297
297
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
299
299
subclass. For instance, in the above example, the C < new > implementation takes
300
300
two positional arguments that must be passed from the subclass to the superclass
301
301
in the exact order. That is not a real problem if it's not documented, but take
You can’t perform that action at this time.
0 commit comments