We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7272e33 commit 29e6e70Copy full SHA for 29e6e70
docs/computeds.md
@@ -82,7 +82,7 @@ Even though we change the `amount`, and this will trigger the `total` to recompu
82
it won't trigger the `autorun`, as `total` will detect its output hasn't been affected, so there is no need to update the `autorun`.
83
84
In comparison, if `total` would not be annotated, the `autorun` would run its effect 3 times,
85
-as it would directly depend on `total` and `amount`. [Try it out yourself](https://codesandbox.io/s/computed-3cjo9?file=/src/index.tsx).
+as it would directly depend on `price` and `amount`. [Try it out yourself](https://codesandbox.io/s/computed-3cjo9?file=/src/index.tsx).
86
87

88
0 commit comments