# HG changeset patch # User Steve Losh # Date 1475845847 0 # Node ID 2dcdc0ed8403c66bbd7485ae7cd9b3121dec442b # Parent 1ff1a46730accc5f72ddf312ec5d6c4b4b54a3b4# Parent 636f990adc4fb29c1f48f6845f5feee42ca28958 Merge. diff -r 1ff1a46730ac -r 2dcdc0ed8403 chapters/23.markdown --- a/chapters/23.markdown Thu Oct 06 13:31:35 2016 +0000 +++ b/chapters/23.markdown Fri Oct 07 13:10:47 2016 +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