doc: fix missing backtick in 2e16037
authorSam Roberts <sam@strongloop.com>
Fri, 25 Oct 2013 20:16:50 +0000 (13:16 -0700)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 25 Oct 2013 21:40:46 +0000 (23:40 +0200)
doc/api/cluster.markdown

index 3e49368..7f9ab25 100644 (file)
@@ -177,7 +177,7 @@ on more than one address.
 
 The `addressType` is one of:
 
-* `4' (TCPv4)
+* `4` (TCPv4)
 * `6` (TCPv6)
 * `-1` (unix domain socket)
 * `"udp4"` or `"udp6"` (UDP v4 or v6)