Skip to content

Commit f4ea4f0

Browse files
author
Petr Chalupa
committed
Fix typo
1 parent a9be9b0 commit f4ea4f0

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
@@ -26,7 +26,7 @@ module Concurrent
2626
# ## Why?
2727
#
2828
# Concurrency is hard this is one of many ways how to simplify the problem.
29-
# It is simpler to reason about actors then about locks (and all their possible states).
29+
# It is simpler to reason about actors than about locks (and all their possible states).
3030
#
3131
# ## How to use it
3232
#

0 commit comments

Comments
 (0)