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.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/examples/qml-extending.qdoc b/src/doc/src/examples/qml-extending.qdoc
index b36d6568..68ed2936 100644
--- a/src/doc/src/examples/qml-extending.qdoc
+++ b/src/doc/src/examples/qml-extending.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -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.