Skip to content

Commit 2a57b00

Browse files
committed
JS: Above -> previous section
1 parent 8b7ab28 commit 2a57b00

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Types
396396
-----
397397

398398
A type is a string that identifies a set of values.
399-
In each of the extensible predicates mentioned above, the first column is always the name of a type.
399+
In each of the extensible predicates mentioned in previous section, the first column is always the name of a type.
400400
A type can be defined by adding **typeModel** tuples for that type. Additionally, the following built-in types are available:
401401

402402
- The name of an NPM package matches imports of that package. For example, the type **express** matches the expression **require("express")**. If the package name includes dots, it must be surrounded by single quotes, such as in **'lodash.escape'**.

0 commit comments

Comments
 (0)