mirror of https://github.com/qt/qtdatavis3d.git
Fix typo in docs
Change-Id: Iad4d07765b9f1310baf3b43d5307906c9887bca6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
This commit is contained in:
parent
b6ee023ced
commit
5d24897d35
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue