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 a9be9b0 commit f4ea4f0Copy full SHA for f4ea4f0
lib/concurrent/actress.rb
@@ -26,7 +26,7 @@ module Concurrent
26
# ## Why?
27
#
28
# 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).
+ # It is simpler to reason about actors than about locks (and all their possible states).
30
31
# ## How to use it
32
0 commit comments