From 4d96bba17fa057e1324c53bfc615c1614ab5e58c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 12 Jul 2016 15:26:14 +0200 Subject: [PATCH] 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 --- doc/api/process.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index c878cb2da778b1..856c48c70e5c77 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -822,7 +822,6 @@ function MyThing(options) { this.startDoingStuff(); }); } -``` var thing = new MyThing(); thing.getReadyForStuff();