summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2025-06-25 16:12:46 +0200
committerThiago Macieira <thiago.macieira@intel.com>2025-06-26 03:50:42 +0200
commitd796624c5696f3ba8bb52016695bedf8d0218e1f (patch)
tree9eae85e98165957b236895a6d582c3396f9d408b /src
parent1ce2841fc1695325f6213d213f2d8dbf5d653c18 (diff)
QMultiMap/Doc: fix count: three -> four
Amends 14090760a87f23509b7bb5ad846537c766cb44a5. Fixes: QTBUG-138043 Pick-to: 6.10 6.9 6.8 Change-Id: I9aa95af0d4a2995cdb8efffd3ce3d6d5036bdcfe Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qmultimap.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qmultimap.qdoc b/src/corelib/tools/qmultimap.qdoc
index 8a008d27960..8760bf93bf7 100644
--- a/src/corelib/tools/qmultimap.qdoc
+++ b/src/corelib/tools/qmultimap.qdoc
@@ -38,7 +38,7 @@
\snippet code/src_corelib_tools_qmultimap.cpp 2
- This inserts the following three (key, value) pairs into the
+ This inserts the following four (key, value) pairs into the
QMultiMap: ("a", 1), ("b", 3), ("c", 7), and ("c", -5); note
that duplicate keys are allowed.