Skip to content

Commit

Permalink
doc: fix grammar
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Jan 15, 2025
1 parent 0bc0f9b commit 14fd3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmarkdowntextedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ void QMarkdownTextEdit::centerTheCursor() {
return;
}

// centers the cursor every time, but not on the top and bottom
// Centers the cursor every time, but not on the top and bottom,
// bottom is done by setCenterOnScroll() in updateSettings()
centerCursor();

Expand Down

0 comments on commit 14fd3a9

Please sign in to comment.