From d7b877f92471ef55a4174775b29716e8408790e8 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 17 Nov 2022 11:31:42 +0100 Subject: [PATCH] Fix a doc typo in flat_set.hpp --- include/boost/container/flat_set.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/container/flat_set.hpp b/include/boost/container/flat_set.hpp index 6cbab2f..7a4ed48 100644 --- a/include/boost/container/flat_set.hpp +++ b/include/boost/container/flat_set.hpp @@ -1097,7 +1097,7 @@ class flat_set //! //! Postcondition: this->empty() //! - //! Throws: If secuence_type's move constructor throws + //! Throws: If sequence_type's move constructor throws sequence_type extract_sequence(); #endif //#ifdef BOOST_CONTAINER_DOXYGEN_INVOKED