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.

PR-URL: #7681
Reviewed-By: Myles Borins <myles.borins@gmail.com>
  • Loading branch information
addaleax authored and Myles Borins committed Jul 14, 2016
1 parent fcb4e41 commit 1a5c025
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 1a5c025

Please sign in to comment.