Skip to content

Commit 0c13730

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: docs(lock): fix typo in symfony lock documentation
2 parents 1f3eac5 + d41eff2 commit 0c13730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lock.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ Locking a Dynamic Resource
199199
--------------------------
200200

201201
Sometimes the application is able to cut the resource into small pieces in order
202-
to lock a small subset of process and let other through. In our previous example
203-
with see how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
202+
to lock a small subset of process and let other through. The previous example
203+
showed how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
204204
now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for
205205
processes asking for the same ``$version``::
206206

0 commit comments

Comments
 (0)