From ded089fefa830d59d63e5a693c92c6afc549ab16 Mon Sep 17 00:00:00 2001 From: Anshu Jain Date: Wed, 13 Oct 2021 23:54:08 -0700 Subject: [PATCH] fixes a typo --- ch05_moving_in_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch05_moving_in_file.md b/ch05_moving_in_file.md index fa86e42..3a22903 100644 --- a/ch05_moving_in_file.md +++ b/ch05_moving_in_file.md @@ -73,7 +73,7 @@ ge Move backward to end of the previous word gE Move backward to end of the previous WORD ``` -So what are the similarities and differences between a word and a WORD? Both word and WORD are separated by non-blank characters. A word is a sequence of characters containing *only* `a-zA-Z0-9_`. A WORD is a sequence of all characters except white space (a white space means either space, tab, and EOL). To learn more, check out `:h word` and `:h WORD`. +So what are the similarities and differences between a word and a WORD? Both word and WORD are separated by blank characters. A word is a sequence of characters containing *only* `a-zA-Z0-9_`. A WORD is a sequence of all characters except white space (a white space means either space, tab, and EOL). To learn more, check out `:h word` and `:h WORD`. For example, suppose you have: