From bd01db4a9899458081d73a4019c006e026a9514c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 5 Jun 2013 10:45:50 +0200 Subject: Fix typo in QAlgorithms documentation. Change-Id: Ic9107f427acc1e009779d39e0a204ea81d54aee7 Reviewed-by: Jerome Pasion --- src/corelib/tools/qalgorithms.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/corelib/tools/qalgorithms.qdoc b/src/corelib/tools/qalgorithms.qdoc index cc544af868..ad6c3d913c 100644 --- a/src/corelib/tools/qalgorithms.qdoc +++ b/src/corelib/tools/qalgorithms.qdoc @@ -33,7 +33,7 @@ \brief The header includes the generic, template-based algorithms. Qt provides a number of global template functions in \c - that work on containers and perform well-know + that work on containers and perform well-known algorithms. You can use these algorithms with any \l {container class} that provides STL-style iterators, including Qt's QList, QLinkedList, QVector, QMap, and QHash classes. -- cgit v1.2.3