From 90a277a4610c3ee02a6b4441e66311a9c5584b4c Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 16 Jul 2012 14:04:02 +0200 Subject: Doc: Fix typo Task-number: QTBUG-24317 Change-Id: Ieaddea0df2984bb065bfd16203ba07623432e40f Reviewed-by: Casper van Donderen --- doc/src/declarative/propertybinding.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12