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 <andreas.eliasson@qt.io>
Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io>
Reviewed-by: Inkamari Harjula <inkamari.harjula@qt.io>
(cherry picked from commit ed7912dbe08d622374d11b0dbb1fd2250b99103b)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Kai Köhne 2023-11-03 11:05:15 +01:00 committed by Qt Cherry-pick Bot
parent 282280d2e8
commit 292c23bbe2

View File

@ -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
{