aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/signalspy.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/testlib/signalspy.qdoc')
-rw-r--r--src/imports/testlib/signalspy.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/testlib/signalspy.qdoc b/src/imports/testlib/signalspy.qdoc
index a11572740c..0bb1569190 100644
--- a/src/imports/testlib/signalspy.qdoc
+++ b/src/imports/testlib/signalspy.qdoc
@@ -48,7 +48,7 @@
\ingroup qtest::qml
In the following example, a SignalSpy is installed to watch the
- "clicked" signal on a user-defined Button element. When the signal
+ "clicked" signal on a user-defined Button type. When the signal
is emitted, the \l count property on the spy will be increased.
\code