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

Skip to content

Commit 73baa49

Browse files
asgerfyoff
andcommitted
Update javascript/ql/lib/semmle/javascript/ApiGraphs.qll
Co-authored-by: yoff <[email protected]>
1 parent 82c35e6 commit 73baa49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module API {
110110
* identifies both `x` parameters.
111111
*
112112
* Observe how `getMember("myMethod")` behaves when the member is defined via a getter. When thinking in code patterns,
113-
* it might seem obvious that `getMember` should have obtained a reference the getter method itself.
113+
* it might seem obvious that `getMember` should have obtained a reference to the getter method itself.
114114
* But when seeing it as an access to `myMethod` performed by the library, we can deduce that the relevant expression
115115
* on the client side is actually the return-value of the getter.
116116
*

0 commit comments

Comments
 (0)