瀏覽代碼

doc: typo

Michele Caini 5 年之前
父節點
當前提交
c33a8dc2c8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/entt/entity/registry.hpp

+ 1 - 1
src/entt/entity/registry.hpp

@@ -705,7 +705,7 @@ public:
     /**
      * @brief Removes the given components from all the entities in a range.
      *
-     * @see remove
+     * @sa remove
      *
      * @tparam Component Types of components to remove.
      * @tparam It Type of input iterator.