Skip to content

Commit edec914

Browse files
committed
Remove repeated word
1 parent 5c21c50 commit edec914

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)