summaryrefslogtreecommitdiffstats
path: root/examples/customproxy/doc/src/customproxy.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/customproxy/doc/src/customproxy.qdoc')
-rw-r--r--examples/customproxy/doc/src/customproxy.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/customproxy/doc/src/customproxy.qdoc b/examples/customproxy/doc/src/customproxy.qdoc
index 8b506583..e666c709 100644
--- a/examples/customproxy/doc/src/customproxy.qdoc
+++ b/examples/customproxy/doc/src/customproxy.qdoc
@@ -33,8 +33,8 @@
This example defines a simple flexible data set \c VariantDataSet where each data item is a
a variant list. Each item can have multiple different values, identified by their index in
the list. In this example, the data set is storing monthly rainfall data, where the value in
- index one is the year, index two contains the month, and the third value has the amount
- of rainfall in that month.
+ index zero is the year, the value in index one is the month, and the value in index two is
+ the amount of rainfall in that month.
The custom proxy we provide here is similar to item model based proxies provided by Qt
Data Visualization in that it requires a mapping to interpret the data.