Browse Source

doc: minor change

Michele Caini 2 years ago
parent
commit
7952266492
1 changed files with 2 additions and 1 deletions
  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);