Skip to content

Commit 4937df0

Browse files
committed
fix weird space in script comment
1 parent 23543f3 commit 4937df0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/check-relative-links.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ case "$mode" in
4343
esac
4444

4545
# Walk the word-diff porcelain stream. For each new-file line, remember whether
46-
# any *added* token on it contains an absolute ']( /docs' link; report that
47-
# line if so. New-file line numbers are tracked from each hunk's @@ header,
48-
# advancing on every completed line except pure deletions (old-file-only).
46+
# any *added* token on it contains an absolute '](/docs' link; report that line
47+
# if so. New-file line numbers are tracked from each hunk's @@ header, advancing
48+
# on every completed line except pure deletions (old-file-only).
4949
findings=$(
5050
"${diff_cmd[@]}" | awk '
5151
function reset() { hasrem=0; haskept=0; flag=0 }

0 commit comments

Comments
 (0)