diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp index 631548a8414..a815037a734 100644 --- a/src/corelib/text/qbytearray.cpp +++ b/src/corelib/text/qbytearray.cpp @@ -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()