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
doc: remove superfluos backticks in process.md
These are likely left over from backporting
#4733.
  • Loading branch information
addaleax committed Jul 12, 2016
commit d8d374c2dc90e1dd7cae2b15221fed18aa7e3a43
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