소스 검색

doc: minor changes

Michele Caini 3 년 전
부모
커밋
1c8a296f49
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/entt/entity/sigh_storage_mixin.hpp
  2. 1 1
      src/entt/entity/sparse_set.hpp

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

@@ -221,7 +221,7 @@ public:
     }
 
     /**
-     * @brief Forwards variables to mixins, if any.
+     * @brief Forwards variables to derived classes, if any.
      * @param value A variable wrapped in an opaque container.
      */
     void bind(any value) noexcept final {

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

@@ -944,7 +944,7 @@ public:
         return *info;
     }
 
-    /*! @brief Forwards variables to mixins, if any. */
+    /*! @brief Forwards variables to derived classes, if any. */
     virtual void bind(any) noexcept {}
 
 private: