Skip to content

Commit

Permalink
Update rmw_zenoh_cpp/src/detail/liveliness_utils.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Yadu <[email protected]>
  • Loading branch information
Yadunund and clalancette authored Jan 17, 2024
1 parent efb9605 commit 4d01e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/detail/liveliness_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class PublishToken
/// Replace "/" instances with "§".
std::string mangle_name(const std::string & input);

/// Replace "§" instances with "/".
/// Replace "%" instances with "/".
std::string demangle_name(const std::string & input);

} // namespace liveliness
Expand Down

0 comments on commit 4d01e77

Please sign in to comment.