summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-11-30 22:37:42 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-11-30 22:37:42 (GMT)
commit5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13 (patch)
treeadc999914ea5a02eebbe4e3011062003f6787061
parent81542982a9b7f4d55707ec6abfd26f5046871f88 (diff)
downloadQt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.zip
Qt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.tar.gz
Qt-5912a8bc5d59d4eb9d154c9b0a4ad495fe465c13.tar.bz2
doc fix
-rw-r--r--doc/src/declarative/qmlmodels.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc
index a14345b..2dc24fe 100644
--- a/doc/src/declarative/qmlmodels.qdoc
+++ b/doc/src/declarative/qmlmodels.qdoc
@@ -101,7 +101,7 @@ ListModel {
\endcode
The above model has two roles, \e name and \e cost. These can be bound
-bound to by a ListView delegate, for example:
+to by a ListView delegate, for example:
\code
Component {