Commit 8fc83a8e authored by Dominik Charousset's avatar Dominik Charousset

Add missing plural

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