From 42e48b470672999161a05324f0ba52cd8fdd7276 Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Sat, 1 Oct 2022 01:25:17 +0200 Subject: QCollator: minor API docs grammar fix Change-Id: I52f3d73e30bd7b0624dfd99a79f0a4ce4becf7de Reviewed-by: Thiago Macieira --- src/corelib/text/qcollator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/text/qcollator.cpp b/src/corelib/text/qcollator.cpp index fd00082cf7..d753a05404 100644 --- a/src/corelib/text/qcollator.cpp +++ b/src/corelib/text/qcollator.cpp @@ -47,7 +47,7 @@ Q_GLOBAL_STATIC(QThreadStorage, defaultCollator) \ingroup shared QCollator is initialized with a QLocale. It can then be used to compare and - sort strings in using the ordering appropriate to the locale. + sort strings by using the ordering appropriate for that locale. A QCollator object can be used together with template-based sorting algorithms, such as std::sort(), to sort a list with QString entries. -- cgit v1.2.3