We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b0be7 commit cdea0f6Copy full SHA for cdea0f6
src/book/book.rs
@@ -182,7 +182,7 @@ impl Chapter {
182
}
183
184
/// Create a new draft chapter that is not attached to a source markdown file (and thus
185
- /// has no content.
+ /// has no content).
186
pub fn new_draft(name: &str, parent_names: Vec<String>) -> Self {
187
Chapter {
188
name: name.to_string(),
0 commit comments