summaryrefslogtreecommitdiffstats
path: root/tests/manual/textrendering/codeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/textrendering/codeeditor')
-rw-r--r--tests/manual/textrendering/codeeditor/codeeditor.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/textrendering/codeeditor/codeeditor.qdoc b/tests/manual/textrendering/codeeditor/codeeditor.qdoc
index 80c11db69d7..f3b417c5b80 100644
--- a/tests/manual/textrendering/codeeditor/codeeditor.qdoc
+++ b/tests/manual/textrendering/codeeditor/codeeditor.qdoc
@@ -116,7 +116,7 @@
QPlainTextEdit gives the possibility to have more than one
selection at the same time. we can set the character format
(QTextCharFormat) of these selections. We clear the cursors
- selection before setting the new new
+ selection before setting the new
QPlainTextEdit::ExtraSelection, else several lines would get
highlighted when the user selects multiple lines with the mouse.
\omit ask someone how this works \endomit