Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Highlighting keywords + adding code markdown
  • Loading branch information
shaikh-shahid authored Aug 19, 2016
commit a8a4d1d9274ee2305175dea246d027072584c27d
4 changes: 2 additions & 2 deletions doc/api/util.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ stream.on('data', (data) => {
stream.write('It works!'); // Received data: "It works!"
```

ES6 example using class and extends
ES6 example using `class` and `extends`

```
```js
const util = require('util');
const EventEmitter = require('events');

Expand Down