Fix documentation
This commit is contained in:
parent
31932fb4d3
commit
9b73524098
2 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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]
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue