aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util/qquickpackage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/util/qquickpackage.cpp')
-rw-r--r--src/quick/util/qquickpackage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/util/qquickpackage.cpp b/src/quick/util/qquickpackage.cpp
index 33632357e9..3ec28f31f1 100644
--- a/src/quick/util/qquickpackage.cpp
+++ b/src/quick/util/qquickpackage.cpp
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
\l{Package::name}{Package.name} attached property.
The example below creates a Package containing two named items;
- \e list and \e grid. The third element in the package (the \l Rectangle) is parented to whichever
+ \e list and \e grid. The third item in the package (the \l Rectangle) is parented to whichever
delegate it should appear in. This allows an item to move
between views.