Minor docs fix
This commit is contained in:
parent
8a2bf361eb
commit
5f8c75408d
@ -198,7 +198,7 @@ updated status.
|
|||||||
```js
|
```js
|
||||||
const monkeys = contained([], arr => arr.join('$'));
|
const monkeys = contained([], arr => arr.join('$'));
|
||||||
const firstMonkey = computed(m => (m.length ? m[0] : null), [monkeys]);
|
const firstMonkey = computed(m => (m.length ? m[0] : null), [monkeys]);
|
||||||
firstMonkey.subscribe(console.log.bind.console);
|
firstMonkey.subscribe(console.log.bind(console));
|
||||||
```
|
```
|
||||||
|
|
||||||
### Add a member to the container
|
### Add a member to the container
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user