Documentation nit: "input data" -> "value"

This commit is contained in:
Chris Wong 2016-09-25 12:30:12 +13:00
parent 0c437ca9d3
commit a4c43dbd3a

View file

@ -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;
}