JS: update docstring

This commit is contained in:
Esben Sparre Andreasen
2019-03-22 18:17:29 +01:00
parent f74653be46
commit ef6f4c7a5e

View File

@@ -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);
}