浏览代码

doc: minor changes

Michele Caini 2 年之前
父节点
当前提交
b16e4c1ec7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entt/meta/container.hpp

+ 1 - 1
src/entt/meta/container.hpp

@@ -164,7 +164,7 @@ struct basic_meta_sequence_container_traits {
      * value type).
      * @param cref Optional opaque instance of the object to construct (as
      * decayed const reference type).
-     * @param it The meta iterator to rebind the underlying iterator to.
+     * @param it Iterator before which the element will be inserted.
      * @return True in case of success, false otherwise.
      */
     [[nodiscard]] static bool insert([[maybe_unused]] void *container, [[maybe_unused]] const void *value, [[maybe_unused]] const void *cref, [[maybe_unused]] iterator &it) {