We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a0e02 commit ea11977Copy full SHA for ea11977
lock.rst
@@ -189,8 +189,8 @@ Locking a Dynamic Resource
189
--------------------------
190
191
Sometimes the application is able to cut the resource into small pieces in order
192
-to lock a small subset of process and let other through. In our previous example
193
-we've seen 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,
194
now let's see how to lock ``$pdf->getOrCreatePdf($version)`` only for
195
processes asking for the same ``$version``::
196
0 commit comments