Skip to content

Commit d71bd73

Browse files
authored
Fix typo
1 parent e4f79cb commit d71bd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/qast.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ There is a variant of QAST::Stmts, which is QAST::Stmt. While the first has
206206
no impact on the allocation of temporaries, QAST::Stmt marks a register
207207
allocation boundary; beyond it, any temporaries are free to be reused. You
208208
do not need to use QAST::Stmt, but it can lead to better code generation if
209-
used correct. Incorrect use can, of course, lead to incorrect code generation.
209+
used correctly. Incorrect use can, of course, lead to incorrect code generation.
210210
Like QAST::Stmts, it also can have multiple children and supports resultchild.
211211

212212
## QAST::IVal, QAST::NVal and QAST::SVal

0 commit comments

Comments
 (0)