Unverified Commit 7584445e authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1264

Fix typo
parents 32c909b5 e3e38bc7
...@@ -5,7 +5,7 @@ Message Passing ...@@ -5,7 +5,7 @@ Message Passing
The messaging layer of CAF has three primitives for sending messages: ``send``, The messaging layer of CAF has three primitives for sending messages: ``send``,
``request``, and ``delegate``. The former simply enqueues a message to the ``request``, and ``delegate``. The former simply enqueues a message to the
mailbox the receiver. The latter two are discussed in more detail in mailbox of the receiver. The latter two are discussed in more detail in
:ref:`request` and :ref:`delegate`. Before we go into the details of the message :ref:`request` and :ref:`delegate`. Before we go into the details of the message
passing API itself, we first discuss the building blocks that enable message passing API itself, we first discuss the building blocks that enable message
passing in the first place. passing in the first place.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment