Skip to content

Commit aca1350

Browse files
committed
Fix typo
1 parent 558e3f2 commit aca1350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/container/uses_allocator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct uses_allocator_imp
128128
template <class U>
129129
static yes_type test(typename U::allocator_type);
130130

131-
// Match this function if T::allocator_type exists and it's type is `erased_type`.
131+
// Match this function if T::allocator_type exists and its type is `erased_type`.
132132
template <class U, class V>
133133
static typename dtl::enable_if
134134
< dtl::is_same<typename U::allocator_type, erased_type>

0 commit comments

Comments
 (0)