Commit 4dcc1021b8c686369dce8a00983a47017504f764

Authored by Jay Berkenbilt
1 parent f1a2d316

Fix doc typo

Showing 1 changed file with 1 additions and 1 deletions
manual/design.rst
... ... @@ -240,7 +240,7 @@ the ``QPDFObjectHandle`` type to hold onto objects and to abstract
240 240 away in most cases whether the object is direct or indirect.
241 241  
242 242 Internally, ``QPDFObjectHandle`` holds onto a shared pointer to the
243   -underlying object value. When direct object is created, the
  243 +underlying object value. When a direct object is created, the
244 244 ``QPDFObjectHandle`` that holds it is not associated with a ``QPDF``
245 245 object. When an indirect object reference is created, it starts off in
246 246 an *unresolved* state and must be associated with a ``QPDF`` object,
... ...