This commit is contained in:
josh rotenberg 2021-05-03 13:45:02 -07:00
parent 0ac0642252
commit 34ebd4f26e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ pub struct MDBook {
} }
impl MDBook { impl MDBook {
/// Load a book from its root directory on disk. If a `book.toml` file is present in the /// Load a book from its root directory on disk. If a `book.toml` file is present in the
/// root directory, the configuration is loaded from that. Otherwise, the /// root directory, the configuration is loaded from that. Otherwise, the
/// default `Config` is used. /// default `Config` is used.
/// ///