Skip to content

Commit 814d395

Browse files
committed
Fix typo.
1 parent 2e32225 commit 814d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAST/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class QAST::Compiler is HLL::Compiler {
8484
$sub
8585
}
8686

87-
multi method as_post(QAST::Stmt $node) {
87+
multi method as_post(QAST::Stmts $node) {
8888
self.compile_all_the_stmts($node.list)
8989
}
9090

0 commit comments

Comments
 (0)