We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4019d17 commit 019fbefCopy full SHA for 019fbef
doc/develop/languages/cpp/index.rst
@@ -83,7 +83,7 @@ The scope of the minimal C++ library is strictly limited to providing the basic
83
C++ language support, and it does not implement any `Standard Template Library
84
(STL)`_ classes and functions. For this reason, it is only suitable for use in
85
the applications that implement their own (non-standard) class library and do
86
-rely on the Standard Template Library (STL) components.
+not rely on the Standard Template Library (STL) components.
87
88
Any application that makes use of the Standard Template Library (STL)
89
components, such as ``std::string`` and ``std::vector``, must enable the C++
0 commit comments