Update zmq.txt

Fixed minor typo.
This commit is contained in:
Emanuel Koczwara 2017-06-23 18:57:33 +02:00 committed by GitHub
parent f5da4b1c6c
commit cb54a6b24a

View File

@ -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.