Commit 5d6ee83e3f39b5ee8768e93599ec09fa66d25908
Committed by
GitHub
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,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 |