Commit 556957e8 authored by Dominik Charousset's avatar Dominik Charousset

Fix subsection name for links

parent 6c33d0c8
...@@ -60,7 +60,7 @@ This allows the compiler to check message types statically. ...@@ -60,7 +60,7 @@ This allows the compiler to check message types statically.
A monitored actor sends a ``down message'' to all actors monitoring it as part of its termination. A monitored actor sends a ``down message'' to all actors monitoring it as part of its termination.
This allows actors to supervise other actors and to take measures when one of the supervised actors failed, i.e., terminated with a non-normal exit reason. This allows actors to supervise other actors and to take measures when one of the supervised actors failed, i.e., terminated with a non-normal exit reason.
\subsubsection{Link} \subsubsection{Links}
A link is bidirectional connection between two actors. A link is bidirectional connection between two actors.
Each actor sends an ``exit message'' to all of its links as part of its termination. Each actor sends an ``exit message'' to all of its links as part of its termination.
......
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