Skip to content

Commit 827bc15

Browse files
Correct class name formatting in locking.md
1 parent 09e87b3 commit 827bc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/core-libraries/locking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Locking
22

3-
`class` Cake\Lock\**Lock**
3+
`class` Cake\Lock\Lock
44

55
Locking helps you coordinate access to shared resources across concurrent
66
requests, CLI commands, queue workers, or background jobs. Use locks when you

0 commit comments

Comments
 (0)