summaryrefslogtreecommitdiffstats
path: root/manual/design.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/design.rst')
-rw-r--r--manual/design.rst2
1 files changed, 1 insertions, 1 deletions
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