Skip to content

Commit b44d41f

Browse files
committed
breaking -> violating
1 parent c1b58ad commit b44d41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/actress.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module Concurrent
1212
#
1313
# Actors are sharing a thread-pool by default which makes them very cheap to create and discard.
1414
# Thousands of actors can be created, allowing you to break the program into small maintainable pieces,
15-
# without breaking the single responsibility principle.
15+
# without violating the single responsibility principle.
1616
#
1717
# ## What is an actor model?
1818
#

0 commit comments

Comments
 (0)