summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearray.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qbytearray.cpp')
-rw-r--r--src/corelib/text/qbytearray.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qbytearray.cpp b/src/corelib/text/qbytearray.cpp
index 21f187012b..89c7e0db66 100644
--- a/src/corelib/text/qbytearray.cpp
+++ b/src/corelib/text/qbytearray.cpp
@@ -1982,9 +1982,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()