diff --git a/include/boost/container/vector.hpp b/include/boost/container/vector.hpp
index a6e2f49..05122a6 100644
--- a/include/boost/container/vector.hpp
+++ b/include/boost/container/vector.hpp
@@ -2248,7 +2248,7 @@ private:
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
- //! Effects: Erases all the elements of the vector.
+ //! Effects: Erases all the elements of the vector. Leaves the capacity() of the vector unchanged.
//!
//! Throws: Nothing.
//!