doc: fix connectListener description in net docs
authorJosh Gummersall <gumby@moz.com>
Sat, 16 May 2015 19:27:03 +0000 (12:27 -0700)
committerBen Noordhuis <info@bnoordhuis.nl>
Sun, 17 May 2015 11:59:28 +0000 (13:59 +0200)
commitfbaef40e63ba1091156b8897f0ecd6aaf27bf4e2
tree96241129d8d31ff0d05badfaa782a5d691a106c8
parent6edc900b9579dcf4b556565e9b9161d8d927e35e
doc: fix connectListener description in net docs

`connectListener` is registered as a listener to the 'connect' event
once. Update the documentation to reflect that behavior.

Fixes: https://github.com/nodejs/io.js/issues/901
PR-URL: https://github.com/nodejs/io.js/pull/1717
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/net.markdown