Skip to content

Commit ef6f4c7

Browse files
author
Esben Sparre Andreasen
committed
JS: update docstring
1 parent f74653b commit ef6f4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dependencies/Dependencies.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract class Dependency extends Locatable {
2323
/**
2424
* A use of this dependency, which is of the given `kind`.
2525
*
26-
* Currently, the only supported kind is `"import"`.
26+
* Currently, the only supported kinds are `"import"` and `"use"`.
2727
*/
2828
abstract Locatable getAUse(string kind);
2929
}

0 commit comments

Comments
 (0)