Skip to content

Commit

Permalink
Fix typo in comment specifying return type
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts committed Dec 18, 2024
1 parent 69c3910 commit 3ca09e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ class ContactResultMap
bool operator!=(const ContactResultMap& rhs) const;

/** @brief Get a brief summary of the most frequently colliding link pair
* @return A string stream containing the collision summary
* @return A string containing the collision summary
*/
std::string getCollisionSummary() const
{
Expand Down

0 comments on commit 3ca09e5

Please sign in to comment.