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 19, 2024
1 parent 90a7247 commit 4b02f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/gz/sim/TestFixture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defineSimTestFixture(pybind11::object module)
}
),
pybind11::return_value_policy::reference,
"Wrapper around a system's post-update callback"
"Wrapper around a system's reset callback"
);
// TODO(ahcorde): This method is not compiling for the following reason:
// The EventManager class has an unordered_map which holds a unique_ptr
Expand Down

0 comments on commit 4b02f7e

Please sign in to comment.