fix: typo wirter -> writer
This commit is contained in:
parent
69de17ad9b
commit
ac7b6aef3f
4 changed files with 6 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ fn main() -> Result<()> {
|
|||
|
||||
println!(
|
||||
"{}",
|
||||
String::from_utf8(render.into_wirter().into_inner()).expect("invalid utf-8")
|
||||
String::from_utf8(render.into_writer().into_inner()).expect("invalid utf-8")
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue