Doc: fix verb redundancy
authorSamuel Gaist <samuel.gaist@edeltech.ch>
Wed, 19 Aug 2015 14:02:32 +0000 (16:02 +0200)
committerSamuel Gaist <samuel.gaist@edeltech.ch>
Wed, 19 Aug 2015 14:16:18 +0000 (14:16 +0000)
Change-Id: Ifa76a814dba5271b852c2eaf8a59a2ebb5aee808
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
src/qml/types/qqmlobjectmodel.cpp

index 1d892beabfb09c2ec7cfbce0671e4bcd3c088b74..7081e96070d4fb46c07b61b229f9e795a5c0f29c 100644 (file)
@@ -165,7 +165,7 @@ public:
     \inqmlmodule QtQuick
     \brief Defines a set of objects to be used as a model
 
-    The VisualItemModel type encapsulates contains the objects to be used
+    The VisualItemModel type contains the objects to be used
     as a model.
 
     This element is now primarily available as ObjectModel in the QtQml.Models module.