From 4dcc1021b8c686369dce8a00983a47017504f764 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 8 Sep 2022 17:39:59 -0400 Subject: Fix doc typo --- manual/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/design.rst b/manual/design.rst index 4b889b73..b56e95ac 100644 --- a/manual/design.rst +++ b/manual/design.rst @@ -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, -- cgit v1.2.3-54-g00ecf