docs(highlight): typo

This commit is contained in:
Enno T. Boland 2024-04-14 23:15:43 +02:00 committed by GitHub
parent 83b6010461
commit 3ab3b055ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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