doc: minor changes

This commit is contained in:
Michele Caini
2022-02-20 23:44:33 +01:00
parent 9c254ec3e0
commit 65b5ce7880

View File

@@ -138,7 +138,7 @@ struct allocation_deleter: private Allocator {
* @tparam Allocator Type of allocator used to manage memory and elements.
* @tparam Args Types of arguments to use to construct the object.
* @param allocator The allocator to use.
* @param args Parameters to use to construct an object for the entity.
* @param args Parameters to use to construct the object.
* @return A properly initialized unique pointer with a custom deleter.
*/
template<typename Type, typename Allocator, typename... Args>