From 3575f00bb4725439ef751a444b8bcfd7c7dc84c1 Mon Sep 17 00:00:00 2001 From: skypjack Date: Fri, 13 Jun 2025 18:31:18 +0200 Subject: [PATCH] doc: minor changes --- docs/md/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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