From d8d374c2dc90e1dd7cae2b15221fed18aa7e3a43 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. --- 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();