2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-03 07:12:28 +00:00

Fix doc typo

This commit is contained in:
Jay Berkenbilt 2022-09-08 17:39:59 -04:00
parent f1a2d3160a
commit 4dcc1021b8

View File

@ -240,7 +240,7 @@ the ``QPDFObjectHandle`` type to hold onto objects and to abstract
away in most cases whether the object is direct or indirect.
Internally, ``QPDFObjectHandle`` holds onto a shared pointer to the
underlying object value. When direct object is created, the
underlying object value. When a direct object is created, the
``QPDFObjectHandle`` that holds it is not associated with a ``QPDF``
object. When an indirect object reference is created, it starts off in
an *unresolved* state and must be associated with a ``QPDF`` object,