diff --git a/docs/md/core.md b/docs/md/core.md index 98ec7fd54..a071d5dcc 100644 --- a/docs/md/core.md +++ b/docs/md/core.md @@ -466,7 +466,7 @@ The `allocate_unique` function follows this proposal, making a virtue out of necessity: ```cpp -std::unique_ptr> ptr = entt::allocate_unique(allocator, arguments); +std::unique_ptr> ptr = entt::allocate_unique(allocator, arguments); ``` Although the internal implementation is slightly different from what is proposed