mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Merge pull request #10415 from hvitved/code-block-fix
Change two ```codeql to ```ql
This commit is contained in:
@@ -32,7 +32,7 @@ private module Peewee {
|
||||
.getASubclass*()
|
||||
or
|
||||
// Ohter known subclasses, semi auto generated by using
|
||||
// ```codeql
|
||||
// ```ql
|
||||
// class DBClass extends Class, SelfRefMixin {
|
||||
// DBClass() {
|
||||
// exists(this.getLocation().getFile().getRelativePath()) and
|
||||
|
||||
Reference in New Issue
Block a user