Skip to content

Commit 3bf31e1

Browse files
committed
Merge pull request #140 from obrok/patch-2
Improve comment wording
2 parents 62e3e64 + 8e99ae0 commit 3bf31e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/actor/behaviour/supervised.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Concurrent
22
module Actor
33
module Behaviour
44

5-
# Sets nad holds the supervisor of the actor if any. There is only one or none supervisor
5+
# Sets and holds the supervisor of the actor if any. There is at most one supervisor
66
# for each actor. Each supervisor is automatically linked.
77
class Supervised < Abstract
88
attr_reader :supervisor

0 commit comments

Comments
 (0)