Fix a doc typo in flat_set.hpp

This commit is contained in:
Laurent Rineau
2022-11-17 11:31:42 +01:00
committed by GitHub
parent ae5572dbb4
commit d7b877f924

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