We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254af4f commit 9249b92Copy full SHA for 9249b92
javascript/ql/src/semmle/javascript/dataflow/Nodes.qll
@@ -1247,7 +1247,7 @@ module PartialInvokeNode {
1247
DataFlow::SourceNode getBoundFunction(DataFlow::Node callback, int boundArgs) { none() }
1248
1249
/**
1250
- * DEPRECATED. Use the two-argument version of `getBoundReceiver` instead.
+ * DEPRECATED. Use the one-argument version of `getBoundReceiver` instead.
1251
*
1252
* Gets the node holding the receiver to be passed to the bound function, if specified.
1253
*/
0 commit comments