Skip to content

Commit

Permalink
correcting docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrice committed May 17, 2024
1 parent 2ea304f commit f040ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc-site/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ library.subscribe(subscriber);
library.tokens.foreground.set("#878787");
```

Change notifications are batched and subscribers get notified each microtask. It's important to note that token values are lazily evaluated. If a computed or alias token has not been accessed, it will notify itself to subscribers even if it's dependencies change:
Change notifications are batched and subscribers get notified each microtask. It's important to note that token values are lazily evaluated. If a computed or alias token has not been accessed, it will **not** notify itself to subscribers even if it's dependencies change:

```ts
const library = Library.create({
Expand Down

0 comments on commit f040ce8

Please sign in to comment.