Skip to content

Commit

Permalink
Correct an outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 24, 2012
1 parent 1891283 commit 9914c45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/QPerl6/World.pm
Expand Up @@ -46,8 +46,7 @@ sub p6ize_recursive($x) {
pir::perl6ize_type__PP($x);
}

# This builds upon the SerializationContextBuilder to add the specifics
# needed by Rakudo Perl 6.
# This builds upon the HLL::World to add the specifics needed by Rakudo Perl 6.
class QPerl6::World is HLL::World {
# The stack of lexical pads, actually as PAST::Block objects. The
# outermost frame is at the bottom, the latest frame is on top.
Expand Down

0 comments on commit 9914c45

Please sign in to comment.