Skip to content

Commit

Permalink
draft: fix wrong documentation link for socket unbind
Browse files Browse the repository at this point in the history
  • Loading branch information
pebbe committed Jun 12, 2023
1 parent 7a1ea7c commit 4ad0a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft/zmq4.go
Expand Up @@ -1007,7 +1007,7 @@ func (soc *Socket) Bind(endpoint string) error {
/*
Stop accepting connections on a socket.
For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-bind#toc2
For a description of endpoint, see: http://api.zeromq.org/4-1:zmq-unbind#toc2
*/
func (soc *Socket) Unbind(endpoint string) error {
if !soc.opened {
Expand Down

0 comments on commit 4ad0a9e

Please sign in to comment.