Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 17, 2018
1 parent 0888dcc commit 1be2f24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/objects.pod6
Expand Up @@ -617,8 +617,8 @@ However this is considered poor practice, because it makes correct
initialization of objects from subclasses harder.
Another thing to note is that the name C<new> is not special in Perl 6. It is
merely a common convention, one that is followed quite thoroughly in L<most Perl
6 classes|/routine/new>. You can call C<bless> from any method at all, or use
merely a common convention, one that is followed quite thoroughly in L<most Perl 6
classes|/routine/new>. You can call C<bless> from any method at all, or use
C<CREATE> to fiddle around with low-level workings.
Another pattern of hooking into object construction is by writing your own
Expand Down

0 comments on commit 1be2f24

Please sign in to comment.