Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f499302

Browse filesBrowse files
aduh95danielleadams
authored andcommitted
tools: fix typo in error message
PR-URL: #35417 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 1313c8c commit f499302
Copy full SHA for f499302

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎tools/doc/checkLinks.js‎

Copy file name to clipboardExpand all lines: tools/doc/checkLinks.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function checkFile(path) {
6565
console.error((process.env.GITHUB_ACTIONS ?
6666
`::error file=${path},line=${line},col=${column}::` : '') +
6767
`Unordered reference at ${path}:${line}:${column} (` +
68-
`"${node.label}" should be before "${previousDefinitionLabel})"`
68+
`"${node.label}" should be before "${previousDefinitionLabel}")`
6969
);
7070
process.exitCode = 1;
7171
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.