JS: Fix typo in comment

This commit is contained in:
Asger Feldthaus
2020-02-17 12:48:13 +00:00
parent 254af4f3a8
commit 9249b92d85

View File

@@ -1247,7 +1247,7 @@ module PartialInvokeNode {
DataFlow::SourceNode getBoundFunction(DataFlow::Node callback, int boundArgs) { none() }
/**
* DEPRECATED. Use the two-argument version of `getBoundReceiver` instead.
* DEPRECATED. Use the one-argument version of `getBoundReceiver` instead.
*
* Gets the node holding the receiver to be passed to the bound function, if specified.
*/