branch: elpa/evil-visualstar
commit 5a9b40f9375fe9d77f772e44b1f7fbb5b4495b69
Author: Guido Van Hoecke <[email protected]>
Commit: Guido Van Hoecke <[email protected]>

    Added missing quote
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6cb854549e..577f05e3cb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add `(global-evil-visualstar-mode)` to your configuration.
 Make a visual selection with `v` or `V`, and then hit `*` to search that 
selection forward, or `#` to search that selection backward.
 
 If the `evil-visualstar/persistent` option is not nil, visual-state will
-remain in effect, allowing for repeated `*` or #`.
+remain in effect, allowing for repeated `*` or `#`.
 
 Note that you than have to exit visualstar-mode before hitting a
 direction key to avoid extending the selection.

Reply via email to