aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2023-02-21 12:24:19 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-02-21 23:10:18 +0100
commite65bb2c5c2ee2911b364ce569f347ab66964ca1e (patch)
treec3f70659722b6aee75b6c718068fb0b170327119
parent7b64f219a66de4803d37d1d3bd0ed43ec786e024 (diff)
downloadqpdf-e65bb2c5c2ee2911b364ce569f347ab66964ca1e.tar.zst
Fix typo in manual
-rw-r--r--manual/json.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/json.rst b/manual/json.rst
index b062aacc..e848cc65 100644
--- a/manual/json.rst
+++ b/manual/json.rst
@@ -85,7 +85,7 @@ Notes about terminology:
- Some languages that use JSON call an *object* a *dictionary*, a
*map*, or a *hash*.
-- Sometimes, it's called on *object* if it has fixed keys and a
+- Sometimes, it's called an *object* if it has fixed keys and a
*dictionary* if it has variable keys.
This manual is not entirely consistent about its use of *dictionary*
@@ -516,7 +516,7 @@ Here are some important things to know about qpdf JSON input.
- The values of ``"calledgetallpages"`` and
``"pushedinheritedpageresources"`` are ignored when creating a file.
- When updating a file, they treated as ``false`` if omitted.
+ When updating a file, they are treated as ``false`` if omitted.
- When qpdf reads a PDF file, the internal object numbers are always
preserved. However, when qpdf writes a file using ``QPDFWriter``,
@@ -535,7 +535,7 @@ Here are some important things to know about qpdf JSON input.
# edit pdf.json
qpdf in.pdf out.pdf --update-from-json=pdf.json
- The following will produce unpredictable and probably incorrect
+ By contrast, the following will produce unpredictable and probably incorrect
results because ``out.pdf`` won't have the same object numbers as
``pdf.json`` and ``in.pdf``.