diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/corelib/tools/qmultimap.qdoc | 2 |
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. |
