Skip to content

Commit

Permalink
doc: Close code span correctly
Browse files Browse the repository at this point in the history
The code span is closed with a straight quote instead of the correct
back tick being used.

PR-URL: #814
Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com>
  • Loading branch information
Omer Wazir authored and brendanashworth committed Feb 12, 2015
1 parent 4bb3184 commit cb5560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cb5560b

Please sign in to comment.