Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ae97d9

Browse files
asgerfnickrolfe
andcommitted
Apply suggestions from code review
Co-authored-by: Nick Rolfe <[email protected]>
1 parent 9fad4b8 commit 1ae97d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module API {
5656
*
5757
* ### Access paths and edge labels
5858
*
59-
* Nodes in the API graph nodes are associated with a set of access paths, describing a series of operations
59+
* Nodes in the API graph are associated with a set of access paths, describing a series of operations
6060
* that may be performed to obtain that value.
6161
*
6262
* For example, the access path `API::moduleImport("lodash").getMember("extend")` represents the action of
@@ -77,7 +77,7 @@ module API {
7777
* Because the implementation of the external library is not visible, it is not known exactly what operations
7878
* it will perform on values that flow there. Instead, the edges starting from a def-node are operations that would
7979
* lead to an observable effect within the current codebase; without knowing for certain if the library will actually perform
80-
* those operations. (When constructing these edge, we assume the library is somewhat well-behaved).
80+
* those operations. (When constructing these edges, we assume the library is somewhat well-behaved).
8181
*
8282
* For example, given this snippet:
8383
* ```js

0 commit comments

Comments
 (0)