Skip to content

Commit

Permalink
Add missing Invoke to function docs
Browse files Browse the repository at this point in the history
Co-authored-by: raskad <[email protected]>
  • Loading branch information
jedel1043 and raskad authored Jan 13, 2023
1 parent db88097 commit 1e6a548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/object/operations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ impl JsObject {

// todo: InitializeInstanceElements

/// Abstract operation `( V, P [ , argumentsList ] )`
/// Abstract operation `Invoke ( V, P [ , argumentsList ] )`
///
/// Calls a method property of an ECMAScript object.
///
Expand Down

0 comments on commit 1e6a548

Please sign in to comment.