Skip to content

Commit a4447ce

Browse files
authored
Update javascript/ql/lib/semmle/javascript/frameworks/Snapdragon.qll
1 parent f41bc64 commit a4447ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import javascript
66

77
/**
8-
* A module modelling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
8+
* A module modeling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
99
*/
1010
private module Snapdragon {
1111
private API::Node getSetCall(API::Node base) { result = base.getMember("set").getReturn() }

0 commit comments

Comments
 (0)