Skip to content

Commit 22f9822

Browse files
Correct class name formatting in locking.md (#8316)
* Correct class name formatting in locking.md * Escape namespace separators and keep class name bold A single backslash before `L` was treated as a Markdown escape, eating the `L` and breaking the header. Escape the namespace separators with double backslashes and keep the short class name bold, matching every other page (e.g. caching.md, views.md). --------- Co-authored-by: Mark Scherer <dereuromark@users.noreply.github.com>
1 parent 09e87b3 commit 22f9822

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)