Skip to content

Commit

Permalink
Update helix-term/src/ui/document.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Blaž Hrastnik <[email protected]>
  • Loading branch information
pascalkuthe and archseer committed Apr 9, 2024
1 parent 87fa68c commit 28f6e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/ui/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl<F: FnMut(&mut TextRenderer, LinePos)> 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<Item = HighlightEvent>, const IS_BYTE_ITER: bool> {
text_style: Style,
Expand Down

0 comments on commit 28f6e30

Please sign in to comment.