mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
JS: Use 'ql' language for markdown snippets
This commit is contained in:
@@ -31,7 +31,7 @@ module API {
|
||||
* 3. Map the resulting API graph nodes to data-flow nodes, using `getASource` or `getASink`.
|
||||
*
|
||||
* For example, a simplified way to get arguments to `underscore.extend` would be
|
||||
* ```codeql
|
||||
* ```ql
|
||||
* API::moduleImport("underscore").getMember("extend").getParameter(0).getASink()
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user