Skip to content

Commit 98d4a8d

Browse files
committed
reword comment
1 parent ae0eb60 commit 98d4a8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/beman/inplace_vector/inplace_vector.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,10 @@ using smallest_size_t
297297
// clang-format on
298298

299299
/*
300-
* This is generally for managing the size type in the storage block.
300+
* This is for managing the type of size in the control block.
301+
*
301302
* This behavior can be turned off by setting the
302-
* BEMAN_INPLACE_VECTOR_FIXED_SIZE_T build option as there has been report of
303-
* performance impact.
303+
* BEMAN_INPLACE_VECTOR_FIXED_SIZE_T build option.
304304
*
305305
* This macro is set in the config.hpp.
306306
*/

0 commit comments

Comments
 (0)