aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-09-25 15:11:13 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-26 09:49:53 +0200
commit5df3c92b9aa892a2e406a42cf4c28eb4b53d8389 (patch)
treed133e17922a7bc114ad5156210d8dfb6ffd50456 /src/qml/doc/src/cppintegration/exposecppattributes.qdoc
parent592101743a1d396db71503a2d7f2c5cb223f4ca8 (diff)
doc: Fix some typos in C++ integration documentation
Change-Id: I883109cf2528a5e10487b38f453c2eed96cc3204 Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
Diffstat (limited to 'src/qml/doc/src/cppintegration/exposecppattributes.qdoc')
-rw-r--r--src/qml/doc/src/cppintegration/exposecppattributes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
index 99b9221cd3..ab1deb7fd6 100644
--- a/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
+++ b/src/qml/doc/src/cppintegration/exposecppattributes.qdoc
@@ -145,7 +145,7 @@ Text {
}
\endqml
-For maximum interopability with QML, \b {any property that is writable should
+For maximum interoperability with QML, \b {any property that is writable should
have an associated NOTIFY signal} that is emitted whenever the property value
has changed. This allows the property to be used with \l{Property
Binding}{property binding}, which is an essential feature of QML that enables