Skip to content

Commit ecf7073

Browse files
committed
Shared: codeql -> ql in code blocks
1 parent d628dc0 commit ecf7073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

javascript/ql/lib/semmle/javascript/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains the language-specific part of the models-as-data implementation found in `ApiGraphModels.qll`.
33
*
44
* It must export the following members:
5-
* ```codeql
5+
* ```ql
66
* class Unit // a unit type
77
* module API // the API graph module
88
* predicate isPackageUsed(string package)

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModelsSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Contains the language-specific part of the models-as-data implementation found in `ApiGraphModels.qll`.
33
*
44
* It must export the following members:
5-
* ```codeql
5+
* ```ql
66
* class Unit // a unit type
77
* class InvokeNode // a type representing an invocation connected to the API graph
88
* module API // the API graph module

0 commit comments

Comments
 (0)