diff --git a/maud_macros/src/render.rs b/maud_macros/src/render.rs
index 5f9fba6..6b73818 100644
--- a/maud_macros/src/render.rs
+++ b/maud_macros/src/render.rs
@@ -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);