We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c21c50 commit edec914Copy full SHA for edec914
doc/actor/main.md
@@ -4,7 +4,7 @@
4
- Inspired by Akka and Erlang.
5
- Modular.
6
7
-This Actor model implementation makes makes actors very cheap to create and discard.
+This Actor model implementation makes actors very cheap to create and discard.
8
Thousands of actors can be created, allowing you to break the program into smaller
9
maintainable pieces, without violating the single responsibility principle.
10
0 commit comments