Skip to content

Commit 606e740

Browse files
committed
Merge pull request #508 from adomokos/remove-repeated-word
Remove repeated word
2 parents 5c21c50 + edec914 commit 606e740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/actor/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Inspired by Akka and Erlang.
55
- Modular.
66

7-
This Actor model implementation makes makes actors very cheap to create and discard.
7+
This Actor model implementation makes actors very cheap to create and discard.
88
Thousands of actors can be created, allowing you to break the program into smaller
99
maintainable pieces, without violating the single responsibility principle.
1010

0 commit comments

Comments
 (0)