diff --git a/doc/api/process.markdown b/doc/api/process.markdown index bdc71590f41c9a..962832c402825d 100644 --- a/doc/api/process.markdown +++ b/doc/api/process.markdown @@ -627,7 +627,7 @@ but before any I/O has occurred. process.nextTick(() => { this.startDoingStuff(); - }.bind(this)); + }); } var thing = new MyThing();