Commit 0e98ca1e authored by Dominik Charousset's avatar Dominik Charousset

Merge pull request #1268

parents 8f33b03e 8fc83a8e
......@@ -70,7 +70,7 @@ Default and System Message Handlers
-----------------------------------
CAF has three system-level message types (``down_msg``, ``exit_msg``, and
``error``) that all actor should handle regardless of there current state.
``error``) that all actors should handle regardless of their current state.
Consequently, event-based actors handle such messages in special-purpose message
handlers. Additionally, event-based actors have a fallback handler for unmatched
messages. Note that blocking actors have neither of those special-purpose
......
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