From cb5560bd62657e61cbdc1f3fa65be29df4f85fa7 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. PR-URL: https://github.com/iojs/io.js/pull/814 Reviewed-By: Brendan Ashworth --- 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.