aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/qml/basictypes.qdoc2
-rw-r--r--doc/src/qml/performance.qdoc1
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/qml/basictypes.qdoc b/doc/src/qml/basictypes.qdoc
index c179cbff2e..5b207cfa72 100644
--- a/doc/src/qml/basictypes.qdoc
+++ b/doc/src/qml/basictypes.qdoc
@@ -88,7 +88,7 @@
Item { width: 100.45; height: 150.82 }
\endqml
- \bold{Note:} In QML all reals are stored in single precision, \l
+ \bold{Note:} In QML all reals are stored in double precision, \l
{http://en.wikipedia.org/wiki/IEEE_754} {IEEE floating point}
format.
diff --git a/doc/src/qml/performance.qdoc b/doc/src/qml/performance.qdoc
index 88437a81d4..1d6b041803 100644
--- a/doc/src/qml/performance.qdoc
+++ b/doc/src/qml/performance.qdoc
@@ -445,7 +445,6 @@ criteria:
\list
\o Avoid using eval() if at all possible
\o Do not delete properties of objects
-\o Try to maintain property-assignment order in different constructor functions
\endlist
\section1 Common Interface Elements