diff --git a/docs/md/core.md b/docs/md/core.md index 9898aa291..0f7b48310 100644 --- a/docs/md/core.md +++ b/docs/md/core.md @@ -635,7 +635,7 @@ These are the information made available by `type_info`: 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: @@ -647,7 +647,7 @@ These are the information made available by `type_info`: 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: @@ -659,7 +659,7 @@ These are the information made available by `type_info`: 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