Skip to content

Commit 02da09c

Browse files
asgerfsubatoi
andauthored
Update docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst
Co-authored-by: Ben Ahmady <[email protected]>
1 parent d62b944 commit 02da09c

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
@@ -174,7 +174,7 @@ Note that there is a significant difference between the following two rows:
174174
- ["mysql.Connection", "", ...]
175175
- ["mysql", "Member[Connection]", ...]
176176
177-
The first row matches instances of **mysql.Connection** which are objects that encapsulate a MySQL connection.
177+
The first row matches instances of **mysql.Connection**, which are objects that encapsulate a MySQL connection.
178178
The second row would match something like **require('mysql').Connection**, which is not itself a connection object.
179179

180180
In the next section, we'll show how to generalize the model to handle the absence of type annotations.

0 commit comments

Comments
 (0)