Skip to content

Commit d829dd4

Browse files
committed
JS: Update docs
1 parent cd84fa4 commit d829dd4

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
@@ -478,7 +478,7 @@ The following components are supported:
478478
- **Element** selects an element of an array, iterator, or set object.
479479
- **MapValue** selects a value of a map object.
480480
- **Awaited** selects the value of a promise.
481-
- **Instance** selects instances of a class.
481+
- **Instance** selects instances of a class, including instances of its subclasses.
482482
- **Fuzzy** selects all values that are derived from the current value through a combination of the other operations described in this list.
483483
For example, this can be used to find all values that appear to originate from a particular package. This can be useful for finding method calls
484484
from a known package, but where the receiver type is not known or is difficult to model.

0 commit comments

Comments
 (0)