From 17ab5647f5a98385e5fa5af8e229144d73dda25a Mon Sep 17 00:00:00 2001 From: Omer Wazir Date: Wed, 11 Feb 2015 22:51:57 -0700 Subject: [PATCH] doc: Close code span correctly The code span is closed with a straight quote instead of the correct back tick being used. --- doc/api/child_process.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/child_process.markdown b/doc/api/child_process.markdown index 70bb453e04b0ab..71ffe98c0a8311 100644 --- a/doc/api/child_process.markdown +++ b/doc/api/child_process.markdown @@ -177,7 +177,7 @@ Example: ### child.connected -* {Boolean} Set to false after `.disconnect' is called +* {Boolean} Set to false after `.disconnect` is called If `.connected` is false, it is no longer possible to send messages.