Commit 5d6ee83e3f39b5ee8768e93599ec09fa66d25908

Authored by Jay Berkenbilt
Committed by GitHub
2 parents c1afe9f8 c216ef55

Merge pull request #1018 from m-holger/typo

Fix typo in manual
Showing 1 changed file with 1 additions and 1 deletions
manual/design.rst
... ... @@ -646,7 +646,7 @@ between indirect objects in the current file, foreign objects, and
646 646 direct objects.
647 647  
648 648 When you copy objects from one ``QPDF`` to another, the input source
649   -of the original file remain valid until you have finished with the
  649 +of the original file must remain valid until you have finished with the
650 650 destination object. This is because the input source is still used
651 651 to retrieve any referenced stream data from the copied object. If
652 652 needed, there are methods to force the data to be copied. See comments
... ...