Skip to content

Commit d4fac12

Browse files
committed
doc update
1 parent 3bf31e1 commit d4fac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/actor/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Core
3737
# @option opts [true, false] link, atomically link the actor to its parent
3838
# @option opts [true, false] supervise, atomically supervise the actor by its parent
3939
# @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}
40+
# where each pair is behaviour class and its args, see {Behaviour.basic_behaviour_definition}
4141
# @option opts [IVar, nil] initialized, if present it'll be set or failed after {Context} initialization
4242
# @option opts [Proc, nil] logger a proc accepting (level, progname, message = nil, &block) params,
4343
# can be used to hook actor instance to any logging system

0 commit comments

Comments
 (0)