diff --git a/pages/docs/manual/latest/bind-to-js-function.mdx b/pages/docs/manual/latest/bind-to-js-function.mdx index 655d6d4c8..0e26ddeb4 100644 --- a/pages/docs/manual/latest/bind-to-js-function.mdx +++ b/pages/docs/manual/latest/bind-to-js-function.mdx @@ -376,7 +376,7 @@ x.onload = function (v) { -`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 the `this` value, and for arity of 0, there is no need for a redundant `unit` type. ## Function Nullable Return Value Wrapping