Skip to content

Commit 40e77a0

Browse files
authored
Merge pull request #10415 from hvitved/code-block-fix
Change two ```codeql to ```ql
2 parents b3b1efb + 4ea1c00 commit 40e77a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ql/lib/semmle/python/frameworks/Peewee.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private module Peewee {
3232
.getASubclass*()
3333
or
3434
// Ohter known subclasses, semi auto generated by using
35-
// ```codeql
35+
// ```ql
3636
// class DBClass extends Class, SelfRefMixin {
3737
// DBClass() {
3838
// exists(this.getLocation().getFile().getRelativePath()) and

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module API {
3333
* 3. Map the resulting API graph nodes to data-flow nodes, using `asSource` or `asSink`.
3434
*
3535
* For example, a simplified way to get arguments to `Foo.bar` would be
36-
* ```codeql
36+
* ```ql
3737
* API::getTopLevelMember("Foo").getMethod("bar").getParameter(0).asSink()
3838
* ```
3939
*

0 commit comments

Comments
 (0)