# HG changeset patch # User Steve Losh # Date 1486383804 0 # Node ID 35d6b25d033552c7f8e341285cc5d84240a8a3e5 # Parent bc9cdb277a61123e24b78dbd2a158b5c245afaac# Parent 7d44d39e743d1e5a2ef7970a5428c7031216626a Merge pull request #75 from nikkypx/fix-error-in-26 Fix grammar diff -r bc9cdb277a61 -r 35d6b25d0335 chapters/26.markdown --- 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"