docs: Fix typo in readme (#33)

This commit is contained in:
Tobias Bieniek 2021-08-23 16:46:06 +02:00 committed by GitHub
parent 96ca3cc85b
commit d6eda1e11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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