summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml')
-rw-r--r--examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml b/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
index f2f767f4..9d05b60b 100644
--- a/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
+++ b/examples/declarative/modelviews/listview/highlightranges/qml/highlightranges/highlightranges.qml
@@ -56,7 +56,7 @@ Rectangle {
// item visible.
//
// The second ListView sets a highlight range which attempts to keep the
- // current item within the the bounds of the range. However,
+ // current item within the bounds of the range. However,
// items will not scroll beyond the beginning or end of the view,
// forcing the highlight to move outside the range at the ends.
//