c9a3fb343c5d jlmuir/fix-typo-in-ch-20-start-starts-1475252546552

Fix typo in ch. 20: start -> starts
[view raw] [browse files]
author J. Lewis Muir <jlmuir@imca-cat.org>
date Fri, 30 Sep 2016 16:22:28 +0000
parents 5d9380c7c874
children 270fac2bb623 8d88c7586ef3
branches/tags jlmuir/fix-typo-in-ch-20-start-starts-1475252546552
files chapters/20.markdown

Changes

--- a/chapters/20.markdown	Tue Sep 20 14:46:25 2016 +0000
+++ b/chapters/20.markdown	Fri Sep 30 16:22:28 2016 +0000
@@ -25,7 +25,7 @@
 
 Vim has many different scopes for variables, but we need to learn a little more
 about Vimscript before we can take advantage of the rest.  For now, just
-remember that when you see a variable that start with a character and a colon
+remember that when you see a variable that starts with a character and a colon
 that it's describing a scoped variable.
 
 Exercises