Fix doc: unset() → remove().

This commit is contained in:
Julien Fontanet 2015-04-07 18:49:20 +02:00
parent 23e7542871
commit fb9203d396

View File

@ -70,7 +70,7 @@ col.touch('baz').prop = false
**Removing an existing entry**
```javascript
col.unset('bar')
col.remove('bar')
```
**Removing all entries**