From d7b9b0d216f594ce9964ee3c8253f1c8ba2a920a Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 16 Oct 2013 12:49:19 +0200 Subject: Doc: language/style review datavisualization doc Task-number: QTBUG-33360 Change-Id: Ib6918dcc4c0ee213dddb118616940306a10001fa Reviewed-by: Miikka Heikkinen --- examples/qmlscatter/doc/src/qmlscatter.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/qmlscatter') diff --git a/examples/qmlscatter/doc/src/qmlscatter.qdoc b/examples/qmlscatter/doc/src/qmlscatter.qdoc index 91dd74b8..92e7ba35 100644 --- a/examples/qmlscatter/doc/src/qmlscatter.qdoc +++ b/examples/qmlscatter/doc/src/qmlscatter.qdoc @@ -98,14 +98,14 @@ \snippet ../examples/qmlscatter/qml/qmlscatter/main.qml 2 - Now the graph is ready to use, but has no data. It also has the default proxy, axes and visual + Now the graph is ready for use, but has no data. It also has the default proxy, axes, and visual properties. Let's modify some visual properties first by adding the following inside \c {scatterGraph}: \snippet ../examples/qmlscatter/qml/qmlscatter/main.qml 3 - We changed the font, theme and shadow quality. We're happy with the other visual properties, + We changed the font, theme, and shadow quality. We're happy with the other visual properties, so we won't change them. Then it's time to start feeding the graph some data. -- cgit v1.2.3