Skip to content

Commit 1b7d0da

Browse files
author
Dave Bartolomeo
committed
Fix typo
1 parent 90a9753 commit 1b7d0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/qltest-discovery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { MultiFileSystemWatcher } from 'semmle-vscode-utils';
66
import { CodeQLCliServer } from './cli';
77

88
/**
9-
* A node in the tree of tests. This will be either a `QLTestDirector` or a `QLTestFile`.
9+
* A node in the tree of tests. This will be either a `QLTestDirectory` or a `QLTestFile`.
1010
*/
1111
export abstract class QLTestNode {
1212
constructor(private _path: string, private _name: string) {

0 commit comments

Comments
 (0)