Commit 992ac0d2 authored by neverlord's avatar neverlord

typo

parent 38490411
...@@ -51,3 +51,4 @@ examples/announce_example_3 ...@@ -51,3 +51,4 @@ examples/announce_example_3
examples/announce_example_4 examples/announce_example_4
examples/announce_example_5 examples/announce_example_5
examples/hello_world_example examples/hello_world_example
examples/math_actor_example
...@@ -21,7 +21,7 @@ class local_actor : public actor ...@@ -21,7 +21,7 @@ class local_actor : public actor
/** /**
* @brief Finishes execution of this actor. * @brief Finishes execution of this actor.
* *
* Cause this actor to send an exit signal to all of its * Causes this actor to send an exit signal to all of its
* linked actors, sets its state to @c exited and throws * linked actors, sets its state to @c exited and throws
* {@link actor_exited} to cleanup the stack. * {@link actor_exited} to cleanup the stack.
* @param reason Exit reason that will be send to linked actors. * @param reason Exit reason that will be send to linked actors.
......
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