Skip to content

Commit

Permalink
Fix typo (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiM03 authored and marcusklaas committed Dec 22, 2019
1 parent e10b680 commit 9489d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.rs
Expand Up @@ -1941,7 +1941,7 @@ impl<'a> Parser<'a> {
Parser::new_ext(text, Options::empty())
}

/// Creates a new event iteratorfor a markdown string with given options.
/// Creates a new event iterator for a markdown string with given options.
pub fn new_ext(text: &'a str, options: Options) -> Parser<'a> {
Parser::new_with_broken_link_callback(text, options, None)
}
Expand Down

0 comments on commit 9489d8c

Please sign in to comment.