aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src/movement.rs
diff options
context:
space:
mode:
authortaupiqueur2022-09-17 11:34:48 +0000
committerGitHub2022-09-17 11:34:48 +0000
commita73e83ef4df18e2b70bf9b409928f5eb2fc26a99 (patch)
tree7b1d374db69a2db38c213f76ab2290a419cb1962 /helix-core/src/movement.rs
parent19384cc3a18ad56e3f06ecc43cf91c1641f36f90 (diff)
Fix typos (#3858)
Diffstat (limited to 'helix-core/src/movement.rs')
-rw-r--r--helix-core/src/movement.rs2
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,