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 <brendan.ashworth@me.com>
This commit is contained in:
Omer Wazir 2015-02-11 22:51:57 -07:00 committed by Brendan Ashworth
parent 4bb3184d8d
commit cb5560bd62

View File

@ -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.