Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 12, 2018
1 parent cad66b7 commit 992b805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Optimizer.nqp
Expand Up @@ -2032,7 +2032,7 @@ class Perl6::Optimizer {
@sigs
}

# Visits all of a nodes children, and dispatches appropriately.
# Visits all of a node's children, and dispatches appropriately.
method visit_children($node, :$skip_selectors, :$resultchild, :$first, :$void_default) {
my int $r := $resultchild // -1;
my int $i := 0;
Expand Down

0 comments on commit 992b805

Please sign in to comment.