Skip to content

Commit 5bf552b

Browse files
Update docs/codeql/codeql-language-guides/customizing-library-models-for-java.rst
Co-authored-by: Jami <[email protected]>
1 parent 6eb13a6 commit 5bf552b

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.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ We need to add a tuple to the **neutralModel**\(package, type, name, signature,
260260
261261
262262
Since we are adding a neutral model, we need to add tuples to the **neutralModel** extensible predicate.
263-
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fourth value is the kind, and the sixth value is the provenance (origin) of the neutral.
263+
The first four values identify the callable (in this case a method) to be modeled as a neutral, the fifth value is the kind, and the sixth value is the provenance (origin) of the neutral.
264264

265265
- The first value **java.time** is the package name.
266266
- The second value **Instant** is the class (type) name.

0 commit comments

Comments
 (0)