diff options
author | taupiqueur | 2022-09-17 11:34:48 +0000 |
---|---|---|
committer | GitHub | 2022-09-17 11:34:48 +0000 |
commit | a73e83ef4df18e2b70bf9b409928f5eb2fc26a99 (patch) | |
tree | 7b1d374db69a2db38c213f76ab2290a419cb1962 /helix-core/src | |
parent | 19384cc3a18ad56e3f06ecc43cf91c1641f36f90 (diff) |
Fix typos (#3858)
Diffstat (limited to 'helix-core/src')
-rw-r--r-- | helix-core/src/movement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/movement.rs b/helix-core/src/movement.rs index fa8cdf3a..c232484c 100644 --- a/helix-core/src/movement.rs +++ b/helix-core/src/movement.rs @@ -270,7 +270,7 @@ pub enum WordMotionTarget { NextWordEnd, PrevWordStart, PrevWordEnd, - // A "Long word" (also known as a WORD in vim/kakoune) is strictly + // A "Long word" (also known as a WORD in Vim/Kakoune) is strictly // delimited by whitespace, and can consist of punctuation as well // as alphanumerics. NextLongWordStart, |