Fix copy-paste typo in wxGrid::DeleteRows() documentation

Just use the correct verb.

Closes #17987.
This commit is contained in:
mgimenez
2017-11-02 20:50:30 +01:00
committed by Vadim Zeitlin
parent d76e627341
commit 16888e9883

View File

@@ -4245,7 +4245,7 @@ public:
wxGridTableBase::DeleteRows(). See InsertRows() for further
information.
@return @true on success or @false if appending rows failed.
@return @true on success or @false if deleting rows failed.
*/
bool DeleteRows(int pos = 0, int numRows = 1, bool updateLabels = true);