Skip to content

Commit

Permalink
bind-to-js-function.mdx: Clarify this binding documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian authored Jan 9, 2024
1 parent d3c97fa commit 41328d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/manual/latest/bind-to-js-function.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ x.onload = function (v) {

</CodeTab>

`this` has its first parameter is reserved for `this` and for arity of 0, there is no need for a redundant `unit` type.
`@this` reserves the first parameter for `this`, and for arity of 0, there is no need for a redundant `unit` type.

## Function Nullable Return Value Wrapping

Expand Down

0 comments on commit 41328d4

Please sign in to comment.