From 5d24897d356bdc4f869cd7dfbe8114e652a34b9e Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Thu, 13 Nov 2014 16:26:01 +0200 Subject: Fix typo in docs Change-Id: Iad4d07765b9f1310baf3b43d5307906c9887bca6 Reviewed-by: Miikka Heikkinen --- examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc index 723ad826..352e2a36 100644 --- a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc +++ b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc @@ -49,7 +49,7 @@ \snippet qmloscilloscope/datasource.cpp 0 - The secod method, \c update(), copies one set of the cached data into another array, which we + The second method, \c update(), copies one set of the cached data into another array, which we set to the data proxy of the series by calling QSurfaceDataProxy::resetArray(). We reuse the same array if the array dimensions have not changed to minimize overhead: -- cgit v1.2.3