Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Dec 16, 2024
1 parent 2d55993 commit ecbe724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gz/sim/TestFixture.hh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class GZ_SIM_VISIBLE TestFixture
const UpdateInfo &, const EntityComponentManager &)> _cb);

/// \brief Wrapper around a system's update callback
/// \param[in] _cb Function to be called every update
/// \param[in] _cb Function to be called every reset
/// \return Reference to self.
public: TestFixture &OnReset(std::function<void(
const UpdateInfo &, EntityComponentManager &)> _cb);
Expand Down

0 comments on commit ecbe724

Please sign in to comment.