summaryrefslogtreecommitdiffstats
path: root/src/doc/src/examples/qml-extending.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/examples/qml-extending.qdoc')
-rw-r--r--src/doc/src/examples/qml-extending.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/examples/qml-extending.qdoc b/src/doc/src/examples/qml-extending.qdoc
index f1b4eada..68ed2936 100644
--- a/src/doc/src/examples/qml-extending.qdoc
+++ b/src/doc/src/examples/qml-extending.qdoc
@@ -137,7 +137,7 @@ behavior.
\section2 Define People as a base class
-The implementation of the People class itself has not changed since the the
+The implementation of the People class itself has not changed since the
previous example. However, as we have repurposed the People class as a common
base for Boy and Girl, we want to prevent it from being instantiated from QML
directly - an explicit Boy or Girl should be instantiated instead.