Skip to content

Commit a0874f1

Browse files
committed
Fixed invalid code in doc comments
1 parent 74d7746 commit a0874f1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/reader/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ impl ParserConfig {
6060
/// ```rust
6161
/// use xml::reader::ParserConfig;
6262
///
63-
/// let config = ParserConfig.new()
63+
/// let config = ParserConfig::new()
6464
/// .trim_whitespace(true)
6565
/// .ignore_comments(true)
6666
/// .coalesce_characters(false);

0 commit comments

Comments
 (0)