summaryrefslogtreecommitdiffstats
path: root/src/qdoc/doc/examples/componentset/Switch.qml
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-18 15:48:16 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-19 09:54:45 +0000
commit0fa9e703f496212d35909f84b5a384cf94e553b3 (patch)
treed65f93509c87898e3c7d87ddb7284b2ecc0e0f35 /src/qdoc/doc/examples/componentset/Switch.qml
parentcaabe5b0063666426b15a8e5f2863631cfbda7d4 (diff)
Doc: Add missing dots
Task-number: QTBUG-68933 Change-Id: I32122f9c771b12f1ea4cb3c8e405c30bf2bf4d41 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/qdoc/doc/examples/componentset/Switch.qml')
-rw-r--r--src/qdoc/doc/examples/componentset/Switch.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/examples/componentset/Switch.qml b/src/qdoc/doc/examples/componentset/Switch.qml
index 3158ec8ae..db9616b69 100644
--- a/src/qdoc/doc/examples/componentset/Switch.qml
+++ b/src/qdoc/doc/examples/componentset/Switch.qml
@@ -53,7 +53,7 @@ import QtQuick 1.0
/*!
\qmltype ToggleSwitch
\inqmlmodule UIComponents
- \brief A component that can be turned on or off
+ \brief A component that can be turned on or off.
A toggle switch has two states: an \c on and an \c off state. The \c off
state is when the \l on property is set to \c false.