Skip to content

Commit d7b56cd

Browse files
committed
[Scheduler] Fix code sample
1 parent f2eb903 commit d7b56cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ same task more than once::
901901
->with(
902902
// ...
903903
)
904-
->lock($this->lockFactory->createLock('my-lock')
904+
->lock($this->lockFactory->createLock('my-lock'));
905905
}
906906
}
907907

0 commit comments

Comments
 (0)