Unverified Commit e3615203 authored by Raphael Zulliger's avatar Raphael Zulliger Committed by GitHub

Fix typo

parent e53c0eee
...@@ -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 there current state. ``error``) that all actor 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