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 f80f8b6 commit bc60126Copy full SHA for bc60126
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -31,7 +31,7 @@ module API {
31
* 3. Map the resulting API graph nodes to data-flow nodes, using `getASource` or `getASink`.
32
*
33
* For example, a simplified way to get arguments to `underscore.extend` would be
34
- * ```codeql
+ * ```ql
35
* API::moduleImport("underscore").getMember("extend").getParameter(0).getASink()
36
* ```
37
0 commit comments