From caea6202293f923f83655701ac9e1720fbb6d040 Mon Sep 17 00:00:00 2001 From: Jonta <359397+Jonta@users.noreply.github.com> Date: Thu, 7 Oct 2021 04:54:55 +0200 Subject: [PATCH] Grammar --- src/highlighter.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/highlighter.hh b/src/highlighter.hh index 17cfac4a..a9029433 100644 --- a/src/highlighter.hh +++ b/src/highlighter.hh @@ -28,7 +28,7 @@ enum class HighlightPass }; constexpr bool with_bit_ops(Meta::Type) { return true; } -// An Highlighter is a function which mutates a DisplayBuffer in order to +// A Highlighter is a function which mutates a DisplayBuffer in order to // change the visual representation of a file. It could be changing text // color, adding information text (line numbering for example) or replacing // buffer content (folding for example)