Browse Source

doc: typo

skypjack 6 months ago
parent
commit
28d8041da6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/entt/meta/meta.hpp

+ 1 - 1
src/entt/meta/meta.hpp

@@ -1330,7 +1330,7 @@ public:
     }
 
     /**
-     * @brief Checks if a type supports conversion it to another type.
+     * @brief Checks whether a type supports conversion to another type.
      * @param other The meta type to test for.
      * @return True if the conversion is allowed, false otherwise.
      */