2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-19 18:32:21 +00:00

Merge pull request #1018 from m-holger/typo

Fix typo in manual
This commit is contained in:
Jay Berkenbilt 2023-07-30 09:27:10 -04:00 committed by GitHub
commit 5d6ee83e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -646,7 +646,7 @@ between indirect objects in the current file, foreign objects, and
direct objects.
When you copy objects from one ``QPDF`` to another, the input source
of the original file remain valid until you have finished with the
of the original file must remain valid until you have finished with the
destination object. This is because the input source is still used
to retrieve any referenced stream data from the copied object. If
needed, there are methods to force the data to be copied. See comments