aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-08 23:39:59 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-09 12:19:09 +0200
commit4dcc1021b8c686369dce8a00983a47017504f764 (patch)
treec0242a91118a38f21372491ad544344c0bf78923
parentf1a2d3160a1dbaf735cce597d0f6f40e76f7f223 (diff)
downloadqpdf-4dcc1021b8c686369dce8a00983a47017504f764.tar.zst
Fix doc typo
-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,