summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qcompare.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/global/qcompare.qdoc')
-rw-r--r--src/corelib/global/qcompare.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qcompare.qdoc b/src/corelib/global/qcompare.qdoc
index e822f40490..33b8f31000 100644
--- a/src/corelib/global/qcompare.qdoc
+++ b/src/corelib/global/qcompare.qdoc
@@ -26,7 +26,7 @@
object is equivalent to the second;
\li \c QPartialOrdering::Greater represents that the first object
- is equivalent to the second;
+ is greater than the second;
\li \c QPartialOrdering::Unordered represents that the first object
is \e{not ordered} with respect to the second.