# HG changeset patch # User sherrillmix # Date 1322104520 14400 # Node ID d9c1661abcf59302bdc6393d7b5bd46c5cb43755 # Parent d96929307215c4e54fca5c1e1c546b12f2649184 Inserted a missing "you" diff -r d96929307215 -r d9c1661abcf5 chapters/21.markdown --- a/chapters/21.markdown Wed Nov 16 20:50:32 2011 -0500 +++ b/chapters/21.markdown Wed Nov 23 23:15:20 2011 -0400 @@ -12,7 +12,7 @@ Multiple-Line Statements ------------------------ -Sometimes can't fit a piece of Vimscript on a single line of code. We saw this +Sometimes you can't fit a piece of Vimscript on a single line of code. We saw this when we talked about autocommand groups. Here's a chunk of code we used before: :augroup testgroup