From cdea0f6b61aa4cb4ae045926d6b57822e1ccb5ce Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 13 Jan 2021 14:26:14 -0800 Subject: [PATCH] Add missing parenthesis in doc comment. --- src/book/book.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/book/book.rs b/src/book/book.rs index c47ed632..95382960 100644 --- a/src/book/book.rs +++ b/src/book/book.rs @@ -182,7 +182,7 @@ impl Chapter { } /// Create a new draft chapter that is not attached to a source markdown file (and thus - /// has no content. + /// has no content). pub fn new_draft(name: &str, parent_names: Vec) -> Self { Chapter { name: name.to_string(),