Skip to content

Commit

Permalink
doc: typo in README.md (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingCaiChong authored Apr 6, 2024
1 parent c92bdb8 commit b44a79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Both computed and state Signals are garbage-collected like any JS values. But Wa
`Signal.subtle.untrack` is an escape hatch allowing reading Signals *without* tracking those reads. This capability is unsafe because it allows the creation of computed Signals whose value depends on other Signals, but which aren't updated when those Signals change. It should be used when the untracked accesses will not change the result of the computation.
<!--
TOOD: Show example where it's a good idea to use untrack
TODO: Show example where it's a good idea to use untrack
### Using watched/unwatched
Expand Down

0 comments on commit b44a79d

Please sign in to comment.