Skip to content

Commit

Permalink
grammar fix pointed out by diakopter++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 1, 2010
1 parent 0ea942a commit 8e36bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes-and-objects.pod
Expand Up @@ -283,7 +283,7 @@ What's the C<*> in the C<bless> call?

The biggest difference between constructors in Perl 6 and constructors in
languages such as C# and Java is that rather than setting up state on a somehow
already magically created object, Perl 6 constructors actually create of the
already magically created object, Perl 6 constructors actually create the
object themselves. This easiest way to do this is by calling the C<bless>
method, also inherited from C<Object>. The C<bless> method expects a positional
parameter--the so-called "candidate"--and a set of named parameters providing
Expand Down

0 comments on commit 8e36bf7

Please sign in to comment.