aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual/design.rst2
1 files changed, 1 insertions, 1 deletions
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,