mirror of
https://github.com/rust-lang/mdBook
synced 2025-03-04 23:27:17 +00:00
Add missing parenthesis in doc comment.
This commit is contained in:
parent
e9b0be7090
commit
cdea0f6b61
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Reference in a new issue