Merge pull request #235 from lrineau/patch-1

Fix a doc typo in flat_set.hpp
This commit is contained in:
Ion Gaztañaga
2022-11-17 13:03:10 +01:00
committed by GitHub

View File

@@ -1097,7 +1097,7 @@ class flat_set
//! //!
//! <b>Postcondition</b>: this->empty() //! <b>Postcondition</b>: this->empty()
//! //!
//! <b>Throws</b>: If secuence_type's move constructor throws //! <b>Throws</b>: If sequence_type's move constructor throws
sequence_type extract_sequence(); sequence_type extract_sequence();
#endif //#ifdef BOOST_CONTAINER_DOXYGEN_INVOKED #endif //#ifdef BOOST_CONTAINER_DOXYGEN_INVOKED