aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-02-08 17:19:08 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-02-08 17:50:58 +0100
commit716381f65a2b2dc72f8da2426ba71aeab02c507f (patch)
tree975f3bded95aa2b5dac423883f555e4a4fc6e420 /manual/release-notes.rst
parent68e4aec054dd735c0a808133acdf2fbca6c648c7 (diff)
downloadqpdf-716381f65a2b2dc72f8da2426ba71aeab02c507f.tar.zst
Fix doc typos
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index d738e534..dfd42855 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -12,7 +12,7 @@ For a detailed list of changes, please see the file
The next major release of qpdf will replace ``PointerHolder`` with
``std::shared_ptr`` across all of qpdf's public API. No action is
required at this time, but if you'd like to prepare, read the
- comments :file:`include/qpdf/PointerHolder.hh` and see
+ comments in :file:`include/qpdf/PointerHolder.hh` and see
:ref:`smart-pointers` for details on what you can do now to create
code that will continue to work with older versions of qpdf and be
easier to switch over to qpdf 11 when it comes out.
@@ -139,7 +139,7 @@ For a detailed list of changes, please see the file
``const`` argv array.
- ``QPDF::emptyPDF`` has been exposed to the C API as
- ``qpdf_empty_pdf``. This makes it possible to create PDF from
+ ``qpdf_empty_pdf``. This makes it possible to create a PDF from
scratch with the C API.
- New C API functions ``qpdf_oh_get_binary_utf8_value`` and