636f990adc4f typo-the-then
Typo: "The" -> "Then".
| author | danderss <daniel.r.andersson@gmail.com> | 
|---|---|
| date | Wed, 20 Aug 2014 18:59:11 +0000 | 
| parents | 6ac740fa11c0 | 
| children | 2dcdc0ed8403 c639d2c11892 | 
| branches/tags | typo-the-then | 
| files | chapters/23.markdown | 
Changes
--- a/chapters/23.markdown Wed Aug 20 18:58:05 2014 +0000 +++ b/chapters/23.markdown Wed Aug 20 18:59:11 2014 +0000 @@ -118,7 +118,7 @@ What did we do here? * First we set the `textwidth` globally to `80`. -* The we ran an if statement that checked if `TextwidthIsTooWide()` was truthy. +* Then we ran an if statement that checked if `TextwidthIsTooWide()` was truthy. * This wound up not being the case, so the `if`'s body wasn't executed. Because we never explicitly returned a value, Vim returned `0` from the