Add missing parenthesis in doc comment.

This commit is contained in:
Eric Huss 2021-01-13 14:26:14 -08:00
parent e9b0be7090
commit cdea0f6b61
1 changed files with 1 additions and 1 deletions

View File

@ -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<String>) -> Self {
Chapter {
name: name.to_string(),