Skip to content

Commit

Permalink
[OO] this sentence no verb ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 18, 2009
1 parent 2873520 commit 97f1702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes-and-objects.pod
Expand Up @@ -211,7 +211,7 @@ single task with no dependencies, we could just write:

Earlier I mentioned that by declaring the class C<Task>, a type object had been
installed in the namespace. Since this is just a kind of "empty instance" of
the class - an instance without any state - we able to call methods on it that
the class - an instance without any state - we are able to call methods on it that
do not try to access any state. This includes C<new>, which just creates a new
object rather than doing anything to the current one. Here, we have just passed
a single item to the constructor - a code block specifying what to do when
Expand Down

0 comments on commit 97f1702

Please sign in to comment.