Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jan 3, 2024
1 parent e228e6a commit 0c7c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markup_fmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ assert!(matches!(
&options,
|_, _, _| Err(ExternalFormatterError),
).unwrap_err(),
FormatError::External(ExternalFormatterError)
FormatError::External(ExternalFormatterError, _)
));
```

0 comments on commit 0c7c9de

Please sign in to comment.