summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-13 20:18:00 +0200
committerJuha Vuolle <juha.vuolle@insta.fi>2021-02-15 10:49:16 +0200
commit08ace69f0e9d89d8dd758207ed1804f7e4468936 (patch)
tree73c3676f99f19e4ad59976df800c488170ac2457 /src/corelib/doc/src
parentdf255a4a04149ca11704c8c9113149d16c79ea5d (diff)
Fix minor documentation typos in bindable properties
Change-Id: I4f8474820db613a675950a858438337558f1c88f Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/corelib/doc/src')
-rw-r--r--src/corelib/doc/src/objectmodel/bindableproperties.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/doc/src/objectmodel/bindableproperties.qdoc b/src/corelib/doc/src/objectmodel/bindableproperties.qdoc
index cae55f73b5..f0f16aeafe 100644
--- a/src/corelib/doc/src/objectmodel/bindableproperties.qdoc
+++ b/src/corelib/doc/src/objectmodel/bindableproperties.qdoc
@@ -40,7 +40,7 @@
updated automatically whenever their dependencies change.
Bindable properties are implemented in the class QProperty, which
- consists the data object and a pointer to a management data structure, and
+ consists of the data object and a pointer to a management data structure, and
in class QObjectBindableProperty, which consists only of the data object and
uses the encapsulating QObject to store the pointer to the
management data structure.