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 846ff10 commit c1b58adCopy full SHA for c1b58ad
lib/concurrent/actress.rb
@@ -11,8 +11,8 @@ module Concurrent
11
# - Inspired by Akka and Erlang.
12
#
13
# Actors are sharing a thread-pool by default which makes them very cheap to create and discard.
14
- # Thousands of actors can be created allowing to brake the program to small maintainable pieces
15
- # without breaking single responsibility principles.
+ # Thousands of actors can be created, allowing you to break the program into small maintainable pieces,
+ # without breaking the single responsibility principle.
16
17
# ## What is an actor model?
18
0 commit comments