d7ca8f55dde3
jlmuir/fix-typo-in-ch-11--1475170122831
Fix typo in ch. 11: .) -> ).
author |
J. Lewis Muir <jlmuir@imca-cat.org> |
date |
Thu, 29 Sep 2016 17:28:44 +0000 |
parents |
5d9380c7c874
|
children |
84b16899e07e
2f0f04707a70
|
branches/tags |
jlmuir/fix-typo-in-ch-11--1475170122831 |
files |
chapters/11.markdown |
Changes
--- a/chapters/11.markdown Tue Sep 20 14:46:25 2016 +0000
+++ b/chapters/11.markdown Thu Sep 29 17:28:44 2016 +0000
@@ -40,7 +40,7 @@
When you typed `<leader>x` in file `bar` Vim couldn't find a mapping that
matched it, so it treated it as two commands: `<leader>` (which does nothing on
-its own) and `x` (the normal command to delete a single character.)
+its own) and `x` (the normal command to delete a single character).
Local Leader
------------