Commit e3e38bc7 authored by Raphael Zulliger's avatar Raphael Zulliger Committed by Raphael Zulliger

Fix typo

parent 32c909b5
...@@ -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