Skip to content

Commit 7ed4f5b

Browse files
committed
Update docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst
1 parent 7372562 commit 7ed4f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The CodeQL library for Java and Kotlin analysis exposes the following extensible
6666
- ``summaryModel(package, type, subtypes, name, signature, ext, input, output, kind, provenance)``. This is used to model flow through elements.
6767
- ``neutralModel(package, type, name, signature, kind, provenance)``. This is similar to a summary model but used to model the flow of values that have only a minor impact on the dataflow analysis.
6868

69-
The extensible predicates are populated using data extensions specified in YAML files.
69+
The extensible predicates are populated using the models defined in data extension files.
7070

7171
Examples of custom model definitions
7272
------------------------------------

0 commit comments

Comments
 (0)