Unverified Commit a2a95aae authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #1269

Fix typos
parents 0e98ca1e 4a28ddea
......@@ -186,7 +186,7 @@ lightweight as event-based actors and thus do not scale up to large numbers.
The primary use case for blocking actors is to use a ``scoped_actor``
for ad-hoc communication to selected actors. Unlike scheduled actors, CAF does
**not** dispatch system messages to special-purpose handlers. A blocking
actors receives *all* messages regularly through its mailbox. A blocking
actor receives *all* messages regularly through its mailbox. A blocking
actor is considered *done* only after it returned from ``act`` (or
from the implementation in function-based actors). A ``scoped_actor``
sends its exit messages as part of its destruction.
......
......@@ -15,7 +15,7 @@ Class Interface
+-----------------------------------------+--------------------------------------------------------------------+
| ``(Enum code)`` | Constructs an error with given error code. |
+-----------------------------------------+--------------------------------------------------------------------+
| ``(Enum code, messag context)`` | Constructs an error with given error code and additional context. |
| ``(Enum code, message context)`` | Constructs an error with given error code and additional context. |
+-----------------------------------------+--------------------------------------------------------------------+
| | |
+-----------------------------------------+--------------------------------------------------------------------+
......
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