summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/classwizard.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/doc/src/classwizard.qdoc')
-rw-r--r--examples/widgets/doc/src/classwizard.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/classwizard.qdoc b/examples/widgets/doc/src/classwizard.qdoc
index 5a88076155..cc2c61f126 100644
--- a/examples/widgets/doc/src/classwizard.qdoc
+++ b/examples/widgets/doc/src/classwizard.qdoc
@@ -156,7 +156,7 @@
Then we create the child widgets, create \l{Registering and Using
Fields}{wizard fields} associated with them, and put them into
layouts. The \c className field is created with an asterisk (\c
- *) next to its name. This makes it a \l{mandatory field}, that
+ *) next to its name. This makes it a \l{mandatory fields}{mandatory field}, that
is, a field that must be filled before the user can press the
\uicontrol Next button (\uicontrol Continue on Mac OS X). The fields' values
can be accessed from any other page using QWizardPage::field(),