File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
javascript/ql/src/semmle/javascript Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ module API {
122
122
* source level.
123
123
*
124
124
* This predicate may have multiple results when there are multiple constructor calls invoking this API component.
125
- * Consider using `getAnInstantiation()` if there is a need to distingiush between individual constructor calls.
125
+ * Consider using `getAnInstantiation()` if there is a need to distinguish between individual constructor calls.
126
126
*/
127
127
Node getInstance ( ) { result = getASuccessor ( Label:: instance ( ) ) }
128
128
@@ -833,7 +833,7 @@ module API {
833
833
result .getARhs ( ) = getArgument ( i )
834
834
}
835
835
836
- /** Gets the API node a parameter of this invocation. */
836
+ /** Gets the API node for a parameter of this invocation. */
837
837
Node getAParameter ( ) { result = getParameter ( _) }
838
838
839
839
/** Gets the API node for the last parameter of this invocation. */
You can’t perform that action at this time.
0 commit comments