Skip to content

Commit

Permalink
Update CARET_trace/include/caret_trace/data_container.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: ymski <[email protected]>
  • Loading branch information
xygyo77 and ymski authored Apr 16, 2024
1 parent 4fa8dc7 commit d1e5b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CARET_trace/include/caret_trace/data_container.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DataContainerInterface
/// @return True if record has finished, false otherwise.
virtual bool record(uint64_t loop_count = 1) = 0;

/// @brief transitiont recording state.
/// @brief transition to recording state.
virtual void start_recording() = 0;

/// @brief Reset recording state.
Expand Down

0 comments on commit d1e5b38

Please sign in to comment.