aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qmlnumber.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qml/qmlnumber.qdoc')
-rw-r--r--doc/src/qml/qmlnumber.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/qml/qmlnumber.qdoc b/doc/src/qml/qmlnumber.qdoc
index 099a619c0e..47dc0338c0 100644
--- a/doc/src/qml/qmlnumber.qdoc
+++ b/doc/src/qml/qmlnumber.qdoc
@@ -44,11 +44,11 @@
Valid formats are:
\list
- \o 'f' Decimal floating point, e.g. 248.65
- \o 'e' Scientific notation using e character, e.g. 2.4865e+2
- \o 'E' Scientific notation using E character, e.g. 2.4865E+2
- \o 'g' Use the shorter of e or f
- \o 'G' Use the shorter of E or f
+ \li 'f' Decimal floating point, e.g. 248.65
+ \li 'e' Scientific notation using e character, e.g. 2.4865e+2
+ \li 'E' Scientific notation using E character, e.g. 2.4865E+2
+ \li 'g' Use the shorter of e or f
+ \li 'G' Use the shorter of E or f
\endlist
If precision is not specified, the precision will be 2.