Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c35e6 commit 73baa49Copy full SHA for 73baa49
1 file changed
javascript/ql/lib/semmle/javascript/ApiGraphs.qll
@@ -110,7 +110,7 @@ module API {
110
* identifies both `x` parameters.
111
*
112
* 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.
+ * it might seem obvious that `getMember` should have obtained a reference to the getter method itself.
114
* But when seeing it as an access to `myMethod` performed by the library, we can deduce that the relevant expression
115
* on the client side is actually the return-value of the getter.
116
0 commit comments