summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-07-30 15:27:10 +0200
committerGitHub <noreply@github.com>2023-07-30 15:27:10 +0200
commit5d6ee83e3f39b5ee8768e93599ec09fa66d25908 (patch)
tree7f921473d70c2802f34c7a23d910b855992740e7
parentc1afe9f83bee238cce3cd68619d22c21bd7541a7 (diff)
parentc216ef55ea41fccb3a2813ca68ed6baa3cbc569a (diff)
downloadqpdf-5d6ee83e3f39b5ee8768e93599ec09fa66d25908.tar.zst
Merge pull request #1018 from m-holger/typo
Fix typo in manual
-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