From cb54a6b24af5013c6b2482c294ff8802cb016d82 Mon Sep 17 00:00:00 2001 From: Emanuel Koczwara Date: Fri, 23 Jun 2017 18:57:33 +0200 Subject: [PATCH] Update zmq.txt Fixed minor typo. --- doc/zmq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq.txt b/doc/zmq.txt index 5ef075d6..1f929ffc 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -108,7 +108,7 @@ Message manipulation:: Sockets ~~~~~~~ -0MQ sockets present an abstraction of a asynchronous _message queue_, with the +0MQ sockets present an abstraction of an asynchronous _message queue_, with the exact queueing semantics depending on the socket type in use. See linkzmq:zmq_socket[3] for the socket types provided.