cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Fix typo in docs #60

Closed cefn closed 2 months ago

cefn commented 5 months ago

There seems to be a copy-paste typo in the main example at https://watchable.dev/api/modules/_watchable_nevermore.html ...

yield () => {

should read

yield async () => {
cefn commented 2 months ago

Fixed in https://github.com/cefn/watchable/pull/79