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 c1b58ad commit b44d41fCopy full SHA for b44d41f
lib/concurrent/actress.rb
@@ -12,7 +12,7 @@ module Concurrent
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 you to break the program into small maintainable pieces,
15
- # without breaking the single responsibility principle.
+ # without violating the single responsibility principle.
16
17
# ## What is an actor model?
18
0 commit comments