Skip to content

Commit cdea0f6

Browse files
committed
Add missing parenthesis in doc comment.
1 parent e9b0be7 commit cdea0f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/book/book.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ impl Chapter {
182182
}
183183

184184
/// Create a new draft chapter that is not attached to a source markdown file (and thus
185-
/// has no content.
185+
/// has no content).
186186
pub fn new_draft(name: &str, parent_names: Vec<String>) -> Self {
187187
Chapter {
188188
name: name.to_string(),

0 commit comments

Comments
 (0)