35d6b25d0335

Merge pull request #75 from nikkypx/fix-error-in-26

Fix grammar
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Feb 2017 12:23:24 +0000
parents bc9cdb277a61 (current diff) 7d44d39e743d (diff)
children 3bfec08cd774
branches/tags (none)
files

Changes

--- a/chapters/26.markdown	Thu Jan 19 11:02:44 2017 +0000
+++ b/chapters/26.markdown	Mon Feb 06 12:23:24 2017 +0000
@@ -33,7 +33,7 @@
 and `2` respectively.
 
 When I said "Number" I really *meant* Number.  Vim will *not* coerce strings to
-Floats!  Try this command to see prove this:
+Floats!  Try this command to see proof of this:
 
     :::vim
     :echom 10 + "10.10"