Skip to content

Commit bdd2319

Browse files
Update docs to mention about paths being equal
1 parent 8b1e49c commit bdd2319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/pure/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function pathsEqual(
7272
}
7373

7474
/**
75-
* Returns true if `parent` contains `child`.
75+
* Returns true if `parent` contains `child`, or if they are equal.
7676
*/
7777
export function containsPath(
7878
parent: string,

0 commit comments

Comments
 (0)