From dadb1a4a20b3a019fdc5f839dab5c02ffc0af407 Mon Sep 17 00:00:00 2001 From: Sam Vente Date: Mon, 12 Aug 2024 09:27:13 +0200 Subject: [PATCH] Update helix-core/src/selection.rs Co-authored-by: TornaxO7 --- helix-core/src/selection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/selection.rs b/helix-core/src/selection.rs index b5c3cd208..aeb658b47 100644 --- a/helix-core/src/selection.rs +++ b/helix-core/src/selection.rs @@ -919,7 +919,7 @@ mod test { #[test] fn parse_range() -> Result<(), String> { - // sometimes we want Ok, someteimes we want Err, but we never want a panic + // sometimes we want Ok, sometimes we want Err, but we never want a panic assert_eq!( Range::try_from("(0,28)"), Ok(Range {