small fix to tutorial for nervous people like me

- When I do tutorials, I don't like moving on until I understand every piece of code on the page. So it took me a second to figure out that the function of "unsubscribe" in section 8a, so I couldn't move onto section 8b which explained what I was looking for.
pull/5975/head
Andrew Lee 6 years ago
parent 160a4eccd1
commit 5f026e0edb

@ -25,3 +25,5 @@ function reset() {
count.set(0);
}
```
> The function of assigning subscribe to `unsubscribe` is explained in the next section.

Loading…
Cancel
Save