Commit 3fcf569650ea6db4c8dc3215a83ffe0a3536f9dd
1 parent
f0d0aaeb
Fix typo
Showing
1 changed file
with
3 additions
and
3 deletions
manual/release-notes.rst
| ... | ... | @@ -16,9 +16,9 @@ more detail. |
| 16 | 16 | - API: breaking changes |
| 17 | 17 | |
| 18 | 18 | - The header file ``qpdf/QPDFObject.hh`` now generates an error if |
| 19 | - included. This is to prevent that includes it from accidentally | |
| 20 | - working because an old version is installed somewhere on the | |
| 21 | - system. | |
| 19 | + included. This is to prevent code that includes it from | |
| 20 | + accidentally working because an old version is installed | |
| 21 | + somewhere on the system. | |
| 22 | 22 | |
| 23 | 23 | - ``QPDFObjectHandle::replaceOrRemoveKey`` has been removed since |
| 24 | 24 | it was identical to ``QPDFObjectHandle::replaceKey``. | ... | ... |