From d6eda1e11cb0b6ce1a68262f78ab00ba38d65b12 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Mon, 23 Aug 2021 16:46:06 +0200 Subject: [PATCH] docs: Fix typo in readme (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ad50d..14181ec 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ diagnostic error code: ruget::api::bad_json which can be returned from `main`. - 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 - single- and multi-line highlighting support