We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d19515c + 3ee48b1 commit d41eff2Copy full SHA for d41eff2
lock.rst
@@ -199,8 +199,8 @@ Locking a Dynamic Resource
199
--------------------------
200
201
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,
+to lock a small subset of process and let other through. The previous example
+showed how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
204
now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for
205
processes asking for the same ``$version``::
206
0 commit comments