doc: fix typo

This commit is contained in:
Michele Caini
2022-10-26 11:53:43 +02:00
parent 2bb913b898
commit a02a7c67cb

View File

@@ -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<typename Type, typename = std::enable_if_t<!std::is_same_v<std::decay_t<Type>, meta_handle>>>