Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
jnthn committed Apr 22, 2012
1 parent 2e32225 commit 814d395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QAST/Compiler.nqp
Expand Up @@ -84,7 +84,7 @@ class QAST::Compiler is HLL::Compiler {
$sub
}

multi method as_post(QAST::Stmt $node) {
multi method as_post(QAST::Stmts $node) {
self.compile_all_the_stmts($node.list)
}

Expand Down

0 comments on commit 814d395

Please sign in to comment.