Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wetheredge committed Oct 4, 2022
1 parent c3e2dfd commit a55bf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ fn get_character_info(
let codepoint: u32 = if char.is_ascii() {
char.into()
} else {
// Not ascii means it will be mutli-byte, so strip out the extra
// Not ascii means it will be multi-byte, so strip out the extra
// bits that encode the length & mark continuation bytes

let s = String::from(char);
Expand Down

0 comments on commit a55bf1f

Please sign in to comment.