mirror of https://github.com/zkat/miette.git
docs: Fix typo in readme (#33)
This commit is contained in:
parent
96ca3cc85b
commit
d6eda1e11c
|
|
@ -49,7 +49,7 @@ diagnostic error code: ruget::api::bad_json
|
||||||
which can be returned from `main`.
|
which can be returned from `main`.
|
||||||
- Generic support for arbitrary [Source]s for snippet data, with default support for `String`s included.
|
- Generic support for arbitrary [Source]s for snippet data, with default support for `String`s included.
|
||||||
|
|
||||||
The `miette` crate also comes bundles with a default [DiagnosticReportPrinter] with the following features:
|
The `miette` crate also comes bundled with a default [DiagnosticReportPrinter] with the following features:
|
||||||
|
|
||||||
- Fancy graphical [diagnostic output](#about), using ANSI/Unicode text
|
- Fancy graphical [diagnostic output](#about), using ANSI/Unicode text
|
||||||
- single- and multi-line highlighting support
|
- single- and multi-line highlighting support
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue