From 16888e9883d12e406563b678b604ea842b7efad8 Mon Sep 17 00:00:00 2001 From: mgimenez Date: Thu, 2 Nov 2017 20:50:30 +0100 Subject: [PATCH] Fix copy-paste typo in wxGrid::DeleteRows() documentation Just use the correct verb. Closes #17987. --- interface/wx/grid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/grid.h b/interface/wx/grid.h index 54fcf45943..6df1a21d05 100644 --- a/interface/wx/grid.h +++ b/interface/wx/grid.h @@ -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);