We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3b1efb + 4ea1c00 commit 40e77a0Copy full SHA for 40e77a0
2 files changed
python/ql/lib/semmle/python/frameworks/Peewee.qll
@@ -32,7 +32,7 @@ private module Peewee {
32
.getASubclass*()
33
or
34
// Ohter known subclasses, semi auto generated by using
35
- // ```codeql
+ // ```ql
36
// class DBClass extends Class, SelfRefMixin {
37
// DBClass() {
38
// exists(this.getLocation().getFile().getRelativePath()) and
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -33,7 +33,7 @@ module API {
* 3. Map the resulting API graph nodes to data-flow nodes, using `asSource` or `asSink`.
*
* For example, a simplified way to get arguments to `Foo.bar` would be
- * ```codeql
+ * ```ql
* API::getTopLevelMember("Foo").getMethod("bar").getParameter(0).asSink()
* ```
39
0 commit comments