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 6.6
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>
bb10
Kai Köhne 2023-11-03 11:05:15 +01:00
parent 8392e0ed94
commit ed7912dbe0
1 changed files with 1 additions and 1 deletions

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
{