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
parent
8392e0ed94
commit
ed7912dbe0
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue