summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ags/faq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ags/faq.md b/docs/ags/faq.md
index ae3e4fc..61c9bff 100644
--- a/docs/ags/faq.md
+++ b/docs/ags/faq.md
@@ -149,7 +149,7 @@ Then it can be used with `bind`.
```tsx
function MyWidget() {
- const myvar = new MyVariableValue()
+ const myvar = new MyVariable()
const label = bind(myvar).as(({ string, number }) => {
return `${string} ${number}`
})