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.
2 parents 62e3e64 + 8e99ae0 commit 3bf31e1Copy full SHA for 3bf31e1
lib/concurrent/actor/behaviour/supervised.rb
@@ -2,7 +2,7 @@ module Concurrent
2
module Actor
3
module Behaviour
4
5
- # Sets nad holds the supervisor of the actor if any. There is only one or none supervisor
+ # Sets and holds the supervisor of the actor if any. There is at most one supervisor
6
# for each actor. Each supervisor is automatically linked.
7
class Supervised < Abstract
8
attr_reader :supervisor
0 commit comments