Răsfoiți Sursa

doc: minor change

Michele Caini 2 ani în urmă
părinte
comite
7952266492
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      src/entt/entity/handle.hpp

+ 2 - 1
src/entt/entity/handle.hpp

@@ -159,7 +159,8 @@ struct basic_handle {
 
 
     /**
     /**
      * @brief Checks if a handle refers to non-null registry pointer and entity.
      * @brief Checks if a handle refers to non-null registry pointer and entity.
-     * @return True if the handle refers to non-null registry and entity, false otherwise.
+     * @return True if the handle refers to non-null registry and entity, false
+     * otherwise.
      */
      */
     [[nodiscard]] explicit operator bool() const noexcept {
     [[nodiscard]] explicit operator bool() const noexcept {
         return reg && reg->valid(entt);
         return reg && reg->valid(entt);