aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickcontainer.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-18 14:51:13 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-19 08:39:10 +0000
commit83d8657ad509ca7a2e26cca84ad8753e3466478d (patch)
treef90f7eb6ab41d2269990ebc9caf5fd9e3361d541 /src/quicktemplates2/qquickcontainer.cpp
parent05933f155e0f0e90fb609839688e01b05d8e80ae (diff)
Doc: minor language correction
Change-Id: Iec9a8126cf424925fbe74d1f4dfb6a1d55fc2e64 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickcontainer.cpp')
-rw-r--r--src/quicktemplates2/qquickcontainer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickcontainer.cpp b/src/quicktemplates2/qquickcontainer.cpp
index bbb56e4b..43fda437 100644
--- a/src/quicktemplates2/qquickcontainer.cpp
+++ b/src/quicktemplates2/qquickcontainer.cpp
@@ -55,11 +55,11 @@ QT_BEGIN_NAMESPACE
\section2 Using Containers
- Container provides API to \l {addItem}{add}, \l {insertItem}{insert},
+ Container provides an API to \l {addItem}{add}, \l {insertItem}{insert},
\l {moveItem}{move} and \l {removeItem}{remove} items dynamically. The
items in a container can be accessed using \l itemAt() or \l contentChildren.
- Most containers have a concept of a "current" item. The current item is
+ Most containers have the concept of a "current" item. The current item is
specified via the \l currentIndex property, and can be accessed using the
read-only \l currentItem property.