summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2019-07-09 22:11:47 +0800
committerSze Howe Koh <szehowe.koh@gmail.com>2019-07-10 07:35:06 +0800
commitf4b5fa76d76a38c8cd97ac410981a2209d100180 (patch)
treeecf2eff9c45a3ac294a7ce89f6c6945113f6d2cb /src/widgets/doc/src
parent4bb975717b0ba2c7b41e1a44192c2d54c919cfee (diff)
[Doc] Fix minor typos
Change-Id: I7e74806218dcc07d800f4ec08e94abce32483f5e Reviewed-by: Samuel Gaist <samuel.gaist@idiap.ch>
Diffstat (limited to 'src/widgets/doc/src')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/layout.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
index e507d66451..65569a9cd2 100644
--- a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
@@ -220,7 +220,7 @@
When you make your own widget class, you should also communicate its layout
properties. If the widget uses one of Qt's layouts, this is already taken
- care of. If the widget does not have any child widgets, or uses manual
+ care of. If the widget does not have any child widgets, or uses a manual
layout, you can change the behavior of the widget using any or all of the
following mechanisms: