Clarify wxArrayString::Insert() description

This commit is contained in:
PB
2019-08-10 15:09:59 +02:00
parent 60a09f55e0
commit e6753b5a7a

View File

@@ -143,8 +143,8 @@ public:
/** /**
Inserts the given number of @a copies of @a str in the array before the Inserts the given number of @a copies of @a str in the array before the
position @a nIndex. Thus, for example, to insert the string in the beginning of array element at the position @a nIndex. Thus, for example, to insert
the array you would write: the string in the beginning of the array you would write:
@code @code
Insert("foo", 0); Insert("foo", 0);