summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/codeeditor.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/codeeditor.qdoc')
-rw-r--r--doc/src/examples/codeeditor.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/codeeditor.qdoc b/doc/src/examples/codeeditor.qdoc
index 669ab45b0e..d218d0da67 100644
--- a/doc/src/examples/codeeditor.qdoc
+++ b/doc/src/examples/codeeditor.qdoc
@@ -67,7 +67,7 @@
QTextEdit because it is optimized for handling plain text. See
the QPlainTextEdit class description for details.
- QPlainTextEdit lets us add selections in addition to the the
+ QPlainTextEdit lets us add selections in addition to the
selection the user can make with the mouse or keyboard. We use
this functionality to highlight the current line. More on this
later.