Skip to content

Commit

Permalink
Update helix-core/src/selection.rs
Browse files Browse the repository at this point in the history
Co-authored-by: TornaxO7 <[email protected]>
  • Loading branch information
savente93 and TornaxO7 authored Aug 12, 2024
1 parent 5e9e190 commit 1034c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-core/src/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1034c95

Please sign in to comment.