We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40456d4 commit eb76270Copy full SHA for eb76270
crates/utils/re_ros_msg/src/lib.rs
@@ -95,7 +95,7 @@ fn extract_msg_specs(input: &str) -> Vec<(String, String)> {
95
96
/// Parse a section of lines into a (name, body) pair.
97
///
98
-/// The first line should contain "MSG: <name>" and subsequent lines form the message body.
+/// The first line should contain "MSG: `<name>`" and subsequent lines form the message body.
99
fn parse_section(lines: &[&str]) -> Option<(String, String)> {
100
if lines.len() < 2 {
101
return None;
0 commit comments