Skip to content

Commit 22059c9

Browse files
committed
more error message style unifying
1 parent ad6057e commit 22059c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/jsondocck/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn main() -> ExitCode {
6868
lineno += 1;
6969

7070
if DEPRECATED_LINE_PATTERN.is_match(line) {
71-
error_reporter.print("Deprecated directive syntax, replace `// @` with `//@ `", lineno);
71+
error_reporter.print("deprecated directive syntax, replace `// @` with `//@ `", lineno);
7272

7373
continue;
7474
}

0 commit comments

Comments
 (0)