Skip to content

Commit 8be58fe

Browse files
Stephan Brandaueresbena
andauthored
Fix comment to avoid summarizing implementation
Co-authored-by: Esben Sparre Andreasen <[email protected]>
1 parent b277731 commit 8be58fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/frameworks/NodeJSLib.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ module NodeJSLib {
414414
* `fs.methodName` where the `i`th parameter's name is `filename` or
415415
* `path` or a variation thereof.
416416
*
417-
* For `fs-extra`, we use the `fsExtraExtensionFileParam` predicate.
417+
* For `fs-extra`, we use a manually maintained list.
418418
*/
419419
private predicate fsFileParam(string methodName, int i) {
420420
exists(ExternalMemberDecl decl, Function f, JSDocParamTag p, string n |

0 commit comments

Comments
 (0)