Skip to content

Commit 17cb2b5

Browse files
authored
Fix typo in README example (#202)
1 parent eabdfe8 commit 17cb2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ Or, say, to wait on the first of 5 activities or a timeout to complete:
608608
# Start 5 activities
609609
act_futs = 5.times.map do |i|
610610
Temporalio::Workflow::Future.new do
611-
Temporalio::Workflow.execute_activity(MyActivity, "my-arg-#{i}" schedule_to_close_timeout: 300)
611+
Temporalio::Workflow.execute_activity(MyActivity, "my-arg-#{i}", schedule_to_close_timeout: 300)
612612
end
613613
end
614614
# Start a timer

0 commit comments

Comments
 (0)