Skip to content

Commit

Permalink
Update misc_docs/syntax/decorator_this.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Ecker <[email protected]>
  • Loading branch information
kevanstannard and ryyppy authored Jan 15, 2021
1 parent 10b9993 commit 3dafd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_docs/syntax/decorator_this.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: "This is the `@this` decorator."
category: "decorators"
---

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

### Example

Expand Down

0 comments on commit 3dafd59

Please sign in to comment.