Skip to content

Commit 1a5c025

Browse files
addaleaxMyles Borins
authored andcommitted
doc: remove superfluos backticks in process.md
These are likely left over from backporting #4733. PR-URL: #7681 Reviewed-By: Myles Borins <myles.borins@gmail.com>
1 parent fcb4e41 commit 1a5c025

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/api/process.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ function MyThing(options) {
822822
this.startDoingStuff();
823823
});
824824
}
825-
```
826825

827826
var thing = new MyThing();
828827
thing.getReadyForStuff();

0 commit comments

Comments
 (0)