aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2016-12-21 12:51:35 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-12-21 13:17:23 +0000
commit0f911e46c5ccff88ade99366d7e15e1436360391 (patch)
tree8fcdef28f2de2664f14aa9bbe919156dd0d09bc3 /examples/qml
parentee3e437762eec57edecb1c3f8634076a94ce9d9a (diff)
Doc: minor grammar mistake
Change-Id: If3aebd27e886181ebe0d41532935afdfb974586c Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'examples/qml')
-rw-r--r--examples/qml/doc/src/qml-extending.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/doc/src/qml-extending.qdoc b/examples/qml/doc/src/qml-extending.qdoc
index e5b364e0bc..0812a3dba1 100644
--- a/examples/qml/doc/src/qml-extending.qdoc
+++ b/examples/qml/doc/src/qml-extending.qdoc
@@ -174,7 +174,7 @@ and other types can be coerced to it.
\section2 Define Boy and Girl
-The implementation of Boy and Girl are trivial.
+The implementation of Boy and Girl is trivial.
\snippet referenceexamples/coercion/person.cpp 1