aboutsummaryrefslogtreecommitdiffstats
path: root/manual/design.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-06 13:29:57 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-06 17:27:02 +0100
commit4fd619818c30fb55b144675d3e5d2c83728e6976 (patch)
tree1b888db5091586fc75572b8f04c64ce114ae15b4 /manual/design.rst
parent6a2456f732ed31e3eaba48ea80979cc104b2655e (diff)
downloadqpdf-4fd619818c30fb55b144675d3e5d2c83728e6976.tar.zst
Fix doc typo
Diffstat (limited to 'manual/design.rst')
-rw-r--r--manual/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/design.rst b/manual/design.rst
index 91200707..aeec31a9 100644
--- a/manual/design.rst
+++ b/manual/design.rst
@@ -784,7 +784,7 @@ supporting older versions of qpdf without conditional compilation.
``PointerHolder`` has had a long-standing bug: a ``const
PointerHolder<T>`` would only provide a ``T const*`` with its
-``getPointer`` method. This is incorrect and is now how standard C++
+``getPointer`` method. This is incorrect and is not how standard C++
smart pointers or regular pointers behave. The correct semantics
would be that a ``const PointerHolder<T>`` would not accept a new
pointer after being created but would still allow you to modify the