Skip to content

Commit bc60126

Browse files
committed
JS: Use 'ql' language for markdown snippets
1 parent f80f8b6 commit bc60126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module API {
3131
* 3. Map the resulting API graph nodes to data-flow nodes, using `getASource` or `getASink`.
3232
*
3333
* For example, a simplified way to get arguments to `underscore.extend` would be
34-
* ```codeql
34+
* ```ql
3535
* API::moduleImport("underscore").getMember("extend").getParameter(0).getASink()
3636
* ```
3737
*

0 commit comments

Comments
 (0)