Fix typo in documentation
This commit is contained in:
parent
0286287196
commit
86c515e5c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use std::io;
|
|||
///
|
||||
/// ```rust,ignore
|
||||
/// use std::io;
|
||||
/// let writer = Utf8Writer::new(io::stdout());
|
||||
/// let mut writer = Utf8Writer::new(io::stdout());
|
||||
/// let _ = html!(writer, p { "Hello, " $name "!" });
|
||||
/// let result = writer.into_result();
|
||||
/// result.unwrap();
|
||||
|
|
Loading…
Add table
Reference in a new issue