From 34ebd4f26e7b14f99c9f749d567fb5977f6dc971 Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Mon, 3 May 2021 13:45:02 -0700 Subject: [PATCH] format --- src/book/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/book/mod.rs b/src/book/mod.rs index 34e491a9..f1c8e432 100644 --- a/src/book/mod.rs +++ b/src/book/mod.rs @@ -47,7 +47,7 @@ pub struct 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 /// default `Config` is used. ///