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