Fix typo
This commit is contained in:
parent
180becbee4
commit
d7d5679e6e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ impl<'cx> Renderer<'cx> {
|
|||
stmts
|
||||
}
|
||||
|
||||
/// Pushes an statement, flushing the tail buffer in the process.
|
||||
/// Pushes a statement, flushing the tail buffer in the process.
|
||||
fn push(&mut self, stmt: P<Stmt>) {
|
||||
self.flush();
|
||||
self.stmts.push(stmt);
|
||||
|
|
Loading…
Add table
Reference in a new issue