Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed May 1, 2023
1 parent d1c48f6 commit 61eb3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qplaintexteditsearchwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ bool QPlainTextEditSearchWidget::doSearch(bool searchDown,
*/
void QPlainTextEditSearchWidget::doSearchCount() {
// Note that we are moving the anchor, so the search will start from the top
// again! Alternative: Restore cursor position afterwards, but then we will
// again! Alternative: Restore cursor position afterward, but then we will
// not know
// at what _currentSearchResult we currently are
_textEdit->moveCursor(QTextCursor::Start, QTextCursor::MoveAnchor);
Expand Down

0 comments on commit 61eb3f5

Please sign in to comment.