Browse Source

doc: remove superfluos backticks in process.md

These are likely left over from backporting
https://github.com/nodejs/node/pull/4733.

PR-URL: https://github.com/nodejs/node/pull/7681
Reviewed-By: Myles Borins <myles.borins@gmail.com>
v4.x
Anna Henningsen 9 years ago
committed by Myles Borins
parent
commit
1a5c025f32
  1. 1
      doc/api/process.md

1
doc/api/process.md

@ -822,7 +822,6 @@ function MyThing(options) {
this.startDoingStuff(); this.startDoingStuff();
}); });
} }
```
var thing = new MyThing(); var thing = new MyThing();
thing.getReadyForStuff(); thing.getReadyForStuff();

Loading…
Cancel
Save