From 89bd7dbc4cc78d08e7162f6d702618d1f98fc693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Tue, 22 Dec 2015 16:05:15 +0100 Subject: [PATCH] improve phrasing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous sentence could be interpreted as "For some reason, …, you can modify this value.", which is not what is meant here. --- reference/forms/types/money.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/money.rst b/reference/forms/types/money.rst index ae322be16f6..0c3e3c206a3 100644 --- a/reference/forms/types/money.rst +++ b/reference/forms/types/money.rst @@ -85,7 +85,7 @@ scale **type**: ``integer`` **default**: ``2`` -For some reason, if you need some scale other than 2 decimal places, +If, for some reason, you need some scale other than 2 decimal places, you can modify this value. You probably won't need to do this unless, for example, you want to round to the nearest dollar (set the scale to ``0``).