Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion problems/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Running the above prints an object similar to this:

Make a new core, and append a stats collection every 5s to it.

Since we are gonna be storing structured data is is useful to make the core automatically
Since we are gonna be storing structured data, it is useful to make the core automatically
stringify and parse JSON instead of Buffers. To do this we can use the valueEncoding option:

```js
Expand Down