Skip to content

Commit f6afca4

Browse files
committed
lint: use clearer wording on error message
1 parent 811a65d commit f6afca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lint/test_runner/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ fn lint_markdown() -> LintResult {
530530
r#"
531531
One or more markdown links are broken.
532532
533-
Relative links are preferred (but not required) as jumping to file works natively within Emacs.
533+
Note: relative links are preferred as jump-to-file works natively within Emacs, but they are not required.
534534
535535
Markdown link errors found:
536536
{}

0 commit comments

Comments
 (0)