File tree Expand file tree Collapse file tree
javascript/ql/lib/semmle/javascript Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments