Skip to content

Commit d752bd9

Browse files
committed
Fix wrong path in comment
1 parent 9ccf6cc commit d752bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/quick-lint-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"use strict";
55

66
// TODO(strager): Make this configurable.
7-
// For build instructions, see plugin/vscode/BUILDING.md.
7+
// For build instructions, see wasm/README.md.
88
let VSCODE_WASM_MODULE_PATH = "./dist/quick-lint-js-vscode.wasm";
99

1010
let DocumentLinterState = {

0 commit comments

Comments
 (0)