Skip to content

Commit 8b7ab28

Browse files
committed
JS: Add "In the next section..."
1 parent 4a418b1 commit 8b7ab28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ This source is already known by the CodeQL JS analysis, but we'll show how it co
103103
- **Member[data]** selects accesses to the **data** property of the event object.
104104
- Finally, the kind **remote** indicates that this is considered a source of remote flow.
105105

106+
In the next section, we'll show how to restrict the model to recognize events of a specific type.
107+
106108
Continued example: Restricting the event type
107109
---------------------------------------------
108110

0 commit comments

Comments
 (0)