Documentation nit: "input data" -> "value"
This commit is contained in:
parent
0c437ca9d3
commit
a4c43dbd3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue