From a02a7c67cbf1ceb498050ce6e2817c1bc71505b7 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 26 Oct 2022 11:53:43 +0200 Subject: [PATCH] doc: fix typo --- src/entt/meta/meta.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entt/meta/meta.hpp b/src/entt/meta/meta.hpp index 551847bd0..f8cb917f9 100644 --- a/src/entt/meta/meta.hpp +++ b/src/entt/meta/meta.hpp @@ -664,7 +664,7 @@ struct meta_handle { /** * @brief Creates a handle that points to an unmanaged object. * @tparam Type Type of object to use to initialize the handle. - * @param area The context from which to search for meta types. + * @param ctx The context from which to search for meta types. * @param value An instance of an object to use to initialize the handle. */ template, meta_handle>>>