فهرست منبع

doc: fix typo

Michele Caini 3 سال پیش
والد
کامیت
a02a7c67cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/entt/meta/meta.hpp

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