Rephrase sentence in QIntValidator documentation.

Change-Id: I53b4e4615ad23a603bc724b896de5fd1644cdab0
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
This commit is contained in:
Mitch Curtis 2014-09-16 13:06:20 +02:00
parent ee324e4ed5
commit 05605b774e

View File

@ -314,7 +314,7 @@ void QValidator::fixup(QString &) const
Notice that the value \c 999 returns Intermediate. Values
consisting of a number of digits equal to or less than the max
value are considered intermediate. This is intended because the
digit that prevents a number to be in range is not necessarily the
digit that prevents a number from being in range is not necessarily the
last digit typed. This also means that an intermediate number can
have leading zeros.