Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Aug 25, 2022
1 parent 4089abf commit 1688b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/include/ignition/transport/log/Recorder.hh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ namespace ignition

/// \brief Begin recording topics
/// \param[in] _file path to log file
/// \return NO_ERROR if recording was successfully started. If the file
/// \return SUCCESS if recording was successfully started. If the file
/// already existed, this will return FAILED_TO_OPEN.
public: RecorderError Start(const std::string &_file);

Expand All @@ -86,7 +86,7 @@ namespace ignition
/// \param[in] _topic The exact topic name
/// \note This method attempts to subscribe to the topic immediately.
/// The subscription will be kept until this is destructed.
/// \return NO_ERROR if the subscription was created.
/// \return SUCCESS if the subscription was created.
public: RecorderError AddTopic(const std::string &_topic);

/// \brief Add a topic to be recorded (regex match)
Expand Down

0 comments on commit 1688b63

Please sign in to comment.