summaryrefslogtreecommitdiff
path: root/doc/src/declarative
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-07-16 14:04:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-16 14:18:31 +0200
commit90a277a4610c3ee02a6b4441e66311a9c5584b4c (patch)
tree0bd2fb28cada0299b2313c9e64ad049cd0051d1c /doc/src/declarative
parentac10780c78444e8899b3ef965b6ffe56128e32be (diff)
downloadqt4-tools-90a277a4610c3ee02a6b4441e66311a9c5584b4c.tar.gz
Doc: Fix typo
Task-number: QTBUG-24317 Change-Id: Ieaddea0df2984bb065bfd16203ba07623432e40f Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/declarative')
-rw-r--r--doc/src/declarative/propertybinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/propertybinding.qdoc b/doc/src/declarative/propertybinding.qdoc
index a809ff92eb..a21bd70e1e 100644
--- a/doc/src/declarative/propertybinding.qdoc
+++ b/doc/src/declarative/propertybinding.qdoc
@@ -104,7 +104,7 @@ although it is possible to use the \l {Using the Binding Element}{Binding} eleme
\section1 Types of Properties
-Properties may bind to different types, but they are are \e type-safe. That is,
+Properties may bind to different types, but they are \e type-safe. That is,
properties only allow you to assign a value that matches the property type. For
example, if a property is a real, and if you try to assign a string to it you
will get an error.