Commit c216ef55ea41fccb3a2813ca68ed6baa3cbc569a

Authored by m-holger
1 parent c1afe9f8

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,7 +646,7 @@ between indirect objects in the current file, foreign objects, and
646 direct objects. 646 direct objects.
647 647
648 When you copy objects from one ``QPDF`` to another, the input source 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 destination object. This is because the input source is still used 650 destination object. This is because the input source is still used
651 to retrieve any referenced stream data from the copied object. If 651 to retrieve any referenced stream data from the copied object. If
652 needed, there are methods to force the data to be copied. See comments 652 needed, there are methods to force the data to be copied. See comments