From 9115cf12d55bc34418c6db31ef2f97b14847935e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 6 Sep 2017 16:32:27 +0100 Subject: [PATCH] Fix typo in introduction --- doc/container.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/container.qbk b/doc/container.qbk index 561fdcb..eb3d5df 100644 --- a/doc/container.qbk +++ b/doc/container.qbk @@ -25,7 +25,7 @@ [section:intro Introduction] [*Boost.Container] library implements several well-known containers, including -STL containers. The aim of the library is to offers advanced features not present +STL containers. The aim of the library is to offer advanced features not present in standard containers or to offer the latest standard draft features for compilers that don't comply with the latest C++ standard.