We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41bc64 commit a4447ceCopy full SHA for a4447ce
javascript/ql/lib/semmle/javascript/frameworks/Snapdragon.qll
@@ -5,7 +5,7 @@
5
import javascript
6
7
/**
8
- * A module modelling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
+ * A module modeling taint steps for the [snapdragon](https://www.npmjs.com/package/snapdragon) library.
9
*/
10
private module Snapdragon {
11
private API::Node getSetCall(API::Node base) { result = base.getMember("set").getReturn() }
0 commit comments