Skip to content

Commit c98e0fa

Browse files
committed
Ruby: fix comment
1 parent 8096f86 commit c98e0fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby/extractor/src/diagnostics.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ fn longest_backtick_sequence_length(text: &str) -> usize {
214214
}
215215
result
216216
}
217-
/**
218-
* An argument of a diagnostic message format string. A message argument is either a "code" snippet or a link.
219-
*/
217+
218+
/// An argument of a diagnostic message format string.
219+
/// A message argument is either a "code" snippet or a link.
220220
pub enum MessageArg<'a> {
221221
Code(&'a str),
222222
Link(&'a str, &'a str),

0 commit comments

Comments
 (0)