diff --git a/doc/mkdocs/docs/features/types.md b/doc/mkdocs/docs/features/types.md index 7754bbca1..211595e58 100644 --- a/doc/mkdocs/docs/features/types.md +++ b/doc/mkdocs/docs/features/types.md @@ -89,7 +89,7 @@ From the template arguments, the following types are derived: ```cpp using object_comparator_t = std::less<>; using object_t = ObjectType::value_type>>; + AllocatorType>>; using array_t = ArrayType>;