Skip to content

Commit 4ad0a9e

Browse files
committed
draft: fix wrong documentation link for socket unbind
1 parent 7a1ea7c commit 4ad0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft/zmq4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ func (soc *Socket) Bind(endpoint string) error {
10071007
/*
10081008
Stop accepting connections on a socket.
10091009
1010-
For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-bind#toc2
1010+
For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-unbind#toc2
10111011
*/
10121012
func (soc *Socket) Unbind(endpoint string) error {
10131013
if !soc.opened {

0 commit comments

Comments
 (0)