syntax hl

This commit is contained in:
AJ ONeal 2016-12-19 09:31:35 -07:00 committed by GitHub
parent a3a3254527
commit f780376ec2
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ local handler and the tunnel handler.
You could do a little magic like this:
```
```js
var Dup = {
write: function (chunk, encoding, cb) {
this.__my_socket.write(chunk, encoding);