mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: update docstring
This commit is contained in:
@@ -23,7 +23,7 @@ abstract class Dependency extends Locatable {
|
||||
/**
|
||||
* A use of this dependency, which is of the given `kind`.
|
||||
*
|
||||
* Currently, the only supported kind is `"import"`.
|
||||
* Currently, the only supported kinds are `"import"` and `"use"`.
|
||||
*/
|
||||
abstract Locatable getAUse(string kind);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user