1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 18:16:32 +02:00

Fix small docs typo.

This commit is contained in:
Frank Steffahn 2020-11-28 00:12:09 +01:00 committed by GitHub
parent 53d6879a24
commit 9f203a8502
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ use std::io::Write;
use std::fs::File;
use std::path::Path;
/// Thait that must be implemented by the various renderers to render a whole book.
/// Trait that must be implemented by the various renderers to render a whole book.
pub trait BookRenderer: Sync {
/// Path destination when output is set to auto