Fix comment to avoid summarizing implementation

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Stephan Brandauer
2022-01-24 10:47:28 +01:00
committed by GitHub
parent b277731312
commit 8be58fe01e

View File

@@ -414,7 +414,7 @@ module NodeJSLib {
* `fs.methodName` where the `i`th parameter's name is `filename` or
* `path` or a variation thereof.
*
* For `fs-extra`, we use the `fsExtraExtensionFileParam` predicate.
* For `fs-extra`, we use a manually maintained list.
*/
private predicate fsFileParam(string methodName, int i) {
exists(ExternalMemberDecl decl, Function f, JSDocParamTag p, string n |