Skip to content

Commit 900b58a

Browse files
committed
added missing dots
1 parent 3ad9641 commit 900b58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/boost/container/static_vector.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,8 +820,8 @@ class static_vector
820820
//! Nothing.
821821
//!
822822
//! @par Complexity
823-
//! @li If \c is_trivially_destructible<T>::value is \c true Constant O(1)
824-
//! @li If \c is_trivially_destructible<T>::value is \c false Linear O(N)
823+
//! @li If \c is_trivially_destructible<T>::value is \c true Constant O(1).
824+
//! @li If \c is_trivially_destructible<T>::value is \c false Linear O(N).
825825
void clear() BOOST_NOEXCEPT_OR_NOTHROW;
826826

827827
//! @pre <tt>i < size()</tt>

0 commit comments

Comments
 (0)