Skip to content

Commit 9249b92

Browse files
committed
JS: Fix typo in comment
1 parent 254af4f commit 9249b92

File tree

1 file changed

+1
-1
lines changed
  • javascript/ql/src/semmle/javascript/dataflow

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dataflow/Nodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,7 @@ module PartialInvokeNode {
12471247
DataFlow::SourceNode getBoundFunction(DataFlow::Node callback, int boundArgs) { none() }
12481248

12491249
/**
1250-
* DEPRECATED. Use the two-argument version of `getBoundReceiver` instead.
1250+
* DEPRECATED. Use the one-argument version of `getBoundReceiver` instead.
12511251
*
12521252
* Gets the node holding the receiver to be passed to the bound function, if specified.
12531253
*/

0 commit comments

Comments
 (0)