Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #988 from VynceMontgomery/patch-2
minor wording fix
  • Loading branch information
Altai-man committed Oct 26, 2016
2 parents 2c41617 + 5fccce4 commit 283692a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/classtut.pod6
Expand Up @@ -269,7 +269,7 @@ The method itself takes the passed parameter – which must be an instance of
the C<Task> class – and C<push>es it onto the invocant's C<@!dependencies>
attribute.
The second method contains the main logic of the dependency handler:
The C<perform> method contains the main logic of the dependency handler:
method perform() {
unless $!done {
Expand Down

0 comments on commit 283692a

Please sign in to comment.