Skip to content

Commit c1b58ad

Browse files
committed
Typo in documenation, brake -> break
1 parent 846ff10 commit c1b58ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/concurrent/actress.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ module Concurrent
1111
# - Inspired by Akka and Erlang.
1212
#
1313
# 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.
14+
# Thousands of actors can be created, allowing you to break the program into small maintainable pieces,
15+
# without breaking the single responsibility principle.
1616
#
1717
# ## What is an actor model?
1818
#

0 commit comments

Comments
 (0)