Skip to content

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Mar 3, 2015
1 parent b9d001e commit 8b08bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ console.log( store.get() )
```

#### toJS()
*Freezer* nodes are immutable, and array ones are not pure JS arrays but objects that inherit from arrays. `toJS` transform *Freezer* nodes to plain mutable JS objects in case you need them.
*Freezer* nodes are immutable. `toJS` transform *Freezer* nodes to plain mutable JS objects in case you need them.
```js
// Require node.js assert
var assert = require('assert');
Expand Down

0 comments on commit 8b08bd7

Please sign in to comment.