From fc9fa37e4e4616a7e75fe47b03e21dd4430af3dc Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 6 Apr 2022 15:52:49 +0200 Subject: [PATCH] doc: minor changes --- docs/md/core.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/md/core.md b/docs/md/core.md index bfd07dd9f..17e60cf0f 100644 --- a/docs/md/core.md +++ b/docs/md/core.md @@ -586,7 +586,7 @@ These are the information made available by this kind of objects: This is also an alias for the following: ```cpp - auto idx = entt::type_index>>::value(); + auto idx = entt::type_index>>::value(); ``` * The hash value associated with a given type: @@ -598,7 +598,7 @@ These are the information made available by this kind of objects: This is also an alias for the following: ```cpp - auto hash = entt::type_hash>>::value(); + auto hash = entt::type_hash>>::value(); ``` * The name associated with a given type: @@ -610,7 +610,7 @@ These are the information made available by this kind of objects: This is also an alias for the following: ```cpp - auto name = entt::type_name>>::value(); + auto name = entt::type_name>>::value(); ``` Where all accessed features are available at compile-time, the `type_info` class