summaryrefslogtreecommitdiff
path: root/src/qdoc/doc/examples/componentset/ProgressBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qdoc/doc/examples/componentset/ProgressBar.qml')
-rw-r--r--src/qdoc/doc/examples/componentset/ProgressBar.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/examples/componentset/ProgressBar.qml b/src/qdoc/doc/examples/componentset/ProgressBar.qml
index 45a0edc46..2a40cc488 100644
--- a/src/qdoc/doc/examples/componentset/ProgressBar.qml
+++ b/src/qdoc/doc/examples/componentset/ProgressBar.qml
@@ -53,7 +53,7 @@ import QtQuick 1.0
/*!
\qmltype ProgressBar
\inqmlmodule UIComponents
- \brief A component that shows the progress of an event
+ \brief A component that shows the progress of an event.
A ProgressBar shows the linear progress of an event as its \l value.
The range is specified using the \l {minimum} and the \l{maximum} values.