# HG changeset patch # User Psycojoker # Date 1320547230 -3600 # Node ID ca0dbc1378a97fe06281450f9170ae12a3190f8e # Parent a41ee1fba03fd907f2a256048f78cbc6e2c41aa0 small mistake fix 2*2.0 == 4.0, not 2.0 diff -r a41ee1fba03f -r ca0dbc1378a9 chapters/25.markdown --- a/chapters/25.markdown Sun Oct 30 22:54:05 2011 -0400 +++ b/chapters/25.markdown Sun Nov 06 03:40:30 2011 +0100 @@ -74,7 +74,7 @@ :echo 2 * 2.0 -Vim displays "2.0". +Vim displays "4.0". Division --------