Skip to content

Commit 3dafd59

Browse files
Update misc_docs/syntax/decorator_this.mdx
Co-authored-by: Patrick Ecker <[email protected]>
1 parent 10b9993 commit 3dafd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_this.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: "This is the `@this` decorator."
66
category: "decorators"
77
---
88

9-
The `@this` decorator may be used to model JavaScript functions that need a reference `this`.
9+
The `@this` decorator may be used to bind to an **external** callback function that require access to a `this` context.
1010

1111
### Example
1212

0 commit comments

Comments
 (0)