From 9b73524098f2b8e61731537e50e1e9cb6ca64ec4 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 17 Jan 2015 22:17:39 +0000 Subject: [PATCH] Fix documentation --- lib/mutant/actor.rb | 2 +- lib/mutant/parallel/master.rb | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/mutant/actor.rb b/lib/mutant/actor.rb index 87521a32..f03a98e1 100644 --- a/lib/mutant/actor.rb +++ b/lib/mutant/actor.rb @@ -40,7 +40,7 @@ module Mutant end # Message - # Bindin to others actors sender for simple RPC + # Binding to othersactors sender for simple RPC class Binding include Concord.new(:actor, :other) diff --git a/lib/mutant/parallel/master.rb b/lib/mutant/parallel/master.rb index 1e941c47..dfc8d52b 100644 --- a/lib/mutant/parallel/master.rb +++ b/lib/mutant/parallel/master.rb @@ -6,9 +6,9 @@ module Mutant private_class_method :new - # Run master runner component + # Run master # - # @param [Env] env + # @param [Config] config # # @return [Actor::Sender] # @@ -39,8 +39,6 @@ module Mutant # Run work loop # - # @return [self] - # # @api private # # rubocop:disable MethodLength @@ -204,7 +202,7 @@ module Mutant config.source end - # Return source + # Return sink # # @return [Sink] #