Fix typo in docs

Change-Id: Iad4d07765b9f1310baf3b43d5307906c9887bca6
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
This commit is contained in:
Miikka Heikkinen 2014-11-13 16:26:01 +02:00
parent b6ee023ced
commit 5d24897d35
1 changed files with 1 additions and 1 deletions

View File

@ -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: