Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor mistake fix
This method was referred to as the second method, which was confusing since the method before it was also referred to as the second method. Removed the ordinal; just use the name, for future-proofing.
  • Loading branch information
VynceMontgomery committed Oct 26, 2016
1 parent 0ce48fe commit 5fccce4
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 5fccce4

Please sign in to comment.