From 28f6e30bdfba5cf4daf630699fe6ef6c3c5feb2d Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Tue, 9 Apr 2024 11:13:32 +0200 Subject: [PATCH] Update helix-term/src/ui/document.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Blaž Hrastnik --- helix-term/src/ui/document.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/src/ui/document.rs b/helix-term/src/ui/document.rs index 1b6f55d4b8ff9..448a1e1f2a838 100644 --- a/helix-term/src/ui/document.rs +++ b/helix-term/src/ui/document.rs @@ -41,7 +41,7 @@ impl LineDecoration for F { /// IS_BYTE_ITER indicates wether the source iterator provides byte or char /// ranges /// -/// TODO(ropey2): hopefully onueday helix and ropey will operate entierly +/// TODO(ropey2): hopefully one day helix and ropey will operate entirely /// on byte ranges and we can remove this struct StyleIter<'a, H: Iterator, const IS_BYTE_ITER: bool> { text_style: Style,