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.
1 parent 576e398 commit ca12801Copy full SHA for ca12801
lock.rst
@@ -190,7 +190,7 @@ Locking a Dynamic Resource
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
-with see how to lock the ``$pdf->getOrCreatePdf('terms-of-use')`` for everybody,
+we've seen 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