summaryrefslogtreecommitdiffstats
path: root/src/corelib/json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/json')
-rw-r--r--src/corelib/json/qjsonobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/json/qjsonobject.cpp b/src/corelib/json/qjsonobject.cpp
index c93a4f811d..728bbbd0ec 100644
--- a/src/corelib/json/qjsonobject.cpp
+++ b/src/corelib/json/qjsonobject.cpp
@@ -219,7 +219,7 @@ QStringList QJsonObject::keys() const
}
/*!
- Returns the the number of (key, value) pairs stored in the object.
+ Returns the number of (key, value) pairs stored in the object.
*/
int QJsonObject::size() const
{