From 8e99ae0253fd4ec372109377f6d7677bfe783b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Obrok?= Date: Wed, 30 Jul 2014 16:57:54 +0200 Subject: [PATCH] Improve comment wording --- lib/concurrent/actor/behaviour/supervised.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/concurrent/actor/behaviour/supervised.rb b/lib/concurrent/actor/behaviour/supervised.rb index db67cc0dc..720959413 100644 --- a/lib/concurrent/actor/behaviour/supervised.rb +++ b/lib/concurrent/actor/behaviour/supervised.rb @@ -2,7 +2,7 @@ module Concurrent module Actor module Behaviour - # 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 # for each actor. Each supervisor is automatically linked. class Supervised < Abstract attr_reader :supervisor