Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
  • Loading branch information
shameekganguly committed Jun 7, 2023
1 parent dd78156 commit acae87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpe/lib/src/Entity.hh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GZ_PHYSICS_TPELIB_VISIBLE Entity
public: Entity(const Entity &_other);

/// \brief Move constructor
/// \param[in] _entity Other entity to move from
/// \param[in] _other Other entity to move from
public: Entity(Entity &&_other) noexcept;

/// \brief Move assignment operator
Expand Down

0 comments on commit acae87b

Please sign in to comment.