From c216ef55ea41fccb3a2813ca68ed6baa3cbc569a Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 29 Jul 2023 15:14:47 +0100 Subject: [PATCH] Fix typo in manual --- manual/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/design.rst b/manual/design.rst index f256d953..5ee5ef37 100644 --- a/manual/design.rst +++ b/manual/design.rst @@ -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