Fix documentation

This commit is contained in:
Markus Schirp 2015-01-17 22:17:39 +00:00
parent 31932fb4d3
commit 9b73524098
2 changed files with 4 additions and 6 deletions

View file

@ -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)

View file

@ -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]
#