Skip to content

Commit

Permalink
doc: remove superfluos backticks in process.md
Browse files Browse the repository at this point in the history
These are likely left over from backporting
#4733.
  • Loading branch information
addaleax committed Jul 12, 2016
1 parent 60dbf2a commit d8d374c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ function MyThing(options) {
this.startDoingStuff();
});
}
```

var thing = new MyThing();
thing.getReadyForStuff();
Expand Down

0 comments on commit d8d374c

Please sign in to comment.