From 3ab3b055edebda6f05212ea8b29d56c278df6a12 Mon Sep 17 00:00:00 2001 From: "Enno T. Boland" Date: Sun, 14 Apr 2024 23:15:43 +0200 Subject: [PATCH] docs(highlight): typo --- highlight/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight/src/lib.rs b/highlight/src/lib.rs index e7ade514..a7a2336f 100644 --- a/highlight/src/lib.rs +++ b/highlight/src/lib.rs @@ -421,7 +421,7 @@ impl HighlightConfiguration { impl<'a> HighlightIterLayer<'a> { /// Create a new 'layer' of highlighting for this document. /// - /// In the even that the new layer contains "combined injections" (injections where multiple + /// In the event that the new layer contains "combined injections" (injections where multiple /// disjoint ranges are parsed as one syntax tree), these will be eagerly processed and /// added to the returned vector. #[allow(clippy::too_many_arguments)]