diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-07-16 12:04:02 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-16 12:18:31 (GMT) |
commit | 90a277a4610c3ee02a6b4441e66311a9c5584b4c (patch) | |
tree | 0bd2fb28cada0299b2313c9e64ad049cd0051d1c /doc/src | |
parent | ac10780c78444e8899b3ef965b6ffe56128e32be (diff) | |
download | Qt-90a277a4610c3ee02a6b4441e66311a9c5584b4c.zip Qt-90a277a4610c3ee02a6b4441e66311a9c5584b4c.tar.gz Qt-90a277a4610c3ee02a6b4441e66311a9c5584b4c.tar.bz2 |
Doc: Fix typo
Task-number: QTBUG-24317
Change-Id: Ieaddea0df2984bb065bfd16203ba07623432e40f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/propertybinding.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/propertybinding.qdoc b/doc/src/declarative/propertybinding.qdoc index a809ff9..a21bd70 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. |