Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 22a0e02

Browse filesBrowse files
committed
minor #16188 [Lock] docs(lock): fix typo in symfony lock documentation (JacquesDurand)
This PR was submitted for the 5.4 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Lock] docs(lock): fix typo in symfony lock documentation <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- ca12801 docs(lock): fix typo in symfony lock documentation
2 parents 576e398 + ca12801 commit 22a0e02
Copy full SHA for 22a0e02

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lock.rst

Copy file name to clipboardExpand all lines: lock.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Locking a Dynamic Resource
190190

191191
Sometimes the application is able to cut the resource into small pieces in order
192192
to lock a small subset of process and let other through. In our previous example
193-
with see how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
193+
we've seen how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
194194
now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for
195195
processes asking for the same ``$version``::
196196

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.