From 292c23bbe24b04a6b4512355b7cde0a881514ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Fri, 3 Nov 2023 11:05:15 +0100 Subject: [PATCH] Doc: Replace wrongly spelled word It's actually 'lexicographically'. But 'alphabetically' is a more common word. This was brought up in https://forum.qt.io/topic/151834/what-s-lexographically/5 Pick-to: 6.5 Change-Id: Ibeb0e4463e12b54c1c10ac7df268e4d62b6ce49f Reviewed-by: Andreas Eliasson Reviewed-by: Safiyyah Moosa Reviewed-by: Inkamari Harjula (cherry picked from commit ed7912dbe08d622374d11b0dbb1fd2250b99103b) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/serialization/qjsonobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/serialization/qjsonobject.cpp b/src/corelib/serialization/qjsonobject.cpp index c1dfabe95fb..14d26165055 100644 --- a/src/corelib/serialization/qjsonobject.cpp +++ b/src/corelib/serialization/qjsonobject.cpp @@ -223,7 +223,7 @@ QVariantHash QJsonObject::toVariantHash() const /*! Returns a list of all keys in this object. - The list is sorted lexographically. + The list is sorted alphabetically. */ QStringList QJsonObject::keys() const {