From 2a57b00a131e7bbe148e0f5e8d0dde9753a3e7cd Mon Sep 17 00:00:00 2001 From: Asger F Date: Fri, 24 Mar 2023 14:41:35 +0100 Subject: [PATCH] JS: Above -> previous section --- .../customizing-library-models-for-javascript.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst b/docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst index 6861e748f4f..c04f33b3c2b 100644 --- a/docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst +++ b/docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst @@ -396,7 +396,7 @@ Types ----- A type is a string that identifies a set of values. -In each of the extensible predicates mentioned above, the first column is always the name of a type. +In each of the extensible predicates mentioned in previous section, the first column is always the name of a type. A type can be defined by adding **typeModel** tuples for that type. Additionally, the following built-in types are available: - 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'**.