We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf31e1 commit d4fac12Copy full SHA for d4fac12
lib/concurrent/actor/core.rb
@@ -37,7 +37,7 @@ class Core
37
# @option opts [true, false] link, atomically link the actor to its parent
38
# @option opts [true, false] supervise, atomically supervise the actor by its parent
39
# @option opts [Array<Array(Behavior::Abstract, Array<Object>)>] behaviour_definition, array of pairs
40
- # where each pair is behaviour class and its args, see {Behaviour.basic_behaviour}
+ # where each pair is behaviour class and its args, see {Behaviour.basic_behaviour_definition}
41
# @option opts [IVar, nil] initialized, if present it'll be set or failed after {Context} initialization
42
# @option opts [Proc, nil] logger a proc accepting (level, progname, message = nil, &block) params,
43
# can be used to hook actor instance to any logging system
0 commit comments