diff --git a/maud/src/lib.rs b/maud/src/lib.rs
index 812269b..8594ac5 100644
--- a/maud/src/lib.rs
+++ b/maud/src/lib.rs
@@ -43,7 +43,7 @@ impl Render for str {
 }
 
 /// Represents a type that can be rendered as HTML, where the rendering
-/// operation must consume the input data.
+/// operation must consume the value.
 pub trait RenderOnce {
     fn render_once(self, &mut fmt::Write) -> fmt::Result;
 }