Skip to content

Commit

Permalink
adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Indra-db committed Sep 17, 2023
1 parent 6b03dd8 commit f8d5a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/flecs/addons/cpp/entity_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct entity_view : public id {
return m_id;
}

/** Check is entity is valid.
/** Check if entity is valid.
*
* @return True if the entity is alive, false otherwise.
*/
Expand All @@ -63,7 +63,7 @@ struct entity_view : public id {
return is_valid();
}

/** Check is entity is alive.
/** Check if entity is alive.
*
* @return True if the entity is alive, false otherwise.
*/
Expand Down

0 comments on commit f8d5a08

Please sign in to comment.