acinis 1 неделя назад
Родитель
Сommit
984ce97b84
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      single_include/entt/entt.hpp
  2. 1 1
      src/entt/resource/cache.hpp

+ 1 - 1
single_include/entt/entt.hpp

@@ -85678,7 +85678,7 @@ public:
      *
      * @warning
      * There is no guarantee that the returned handle is valid.<br/>
-     * If it is not, any use will result in indefinite behavior.
+     * If it is not, any use will result in undefined behavior.
      *
      * @param id Unique resource identifier.
      * @return A handle for the given resource.

+ 1 - 1
src/entt/resource/cache.hpp

@@ -308,7 +308,7 @@ public:
      *
      * @warning
      * There is no guarantee that the returned handle is valid.<br/>
-     * If it is not, any use will result in indefinite behavior.
+     * If it is not, any use will result in undefined behavior.
      *
      * @param id Unique resource identifier.
      * @return A handle for the given resource.