Fix qdoc warning from incorrectly named method parameter

Amends 2eb7d6073d.

Pick-to: 6.0
Task-number: QTBUG-87962
Change-Id: I55c9e8cf7db9e1e1644a76f29a9dc61b161ae551
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Reviewed-by: Andreas Buhr <andreas.buhr@qt.io>
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
This commit is contained in:
Volker Hilsheimer 2020-12-07 10:53:50 +01:00
parent d75dc06f6a
commit cd32e5d746

View File

@ -1997,9 +1997,9 @@ QByteArray& QByteArray::append(char ch)
above by at least one position further in memory.
//! [array-grow-at-insertion]
This array grows to accommodate the insertion. If \a position is beyond
This array grows to accommodate the insertion. If \a i is beyond
the end of the array, the array is first extended with space characters
to reach this \a position.
to reach this \a i.
//! [array-grow-at-insertion]
\sa append(), prepend(), replace(), remove()