mirror of https://github.com/qt/qtbase.git
Doc: Fix typo in container documentation
Pick-to: 6.4 Change-Id: Ia36cdff5554955e5193a10b9f0e4aab3c61e5f09 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
f408944598
commit
7943cdcde7
|
@ -380,7 +380,7 @@
|
||||||
|
|
||||||
\section1 Qt containers and std algorithms
|
\section1 Qt containers and std algorithms
|
||||||
|
|
||||||
You can used Qt containers with functions from \c{#include <algorithm>}.
|
You can use Qt containers with functions from \c{#include <algorithm>}.
|
||||||
|
|
||||||
\snippet code/doc_src_containers.cpp 26
|
\snippet code/doc_src_containers.cpp 26
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue