Commit e65bb2c5c2ee2911b364ce569f347ab66964ca1e

Authored by m-holger
Committed by Jay Berkenbilt
1 parent 7b64f219

Fix typo in manual

Showing 1 changed file with 3 additions and 3 deletions
manual/json.rst
... ... @@ -85,7 +85,7 @@ Notes about terminology:
85 85 - Some languages that use JSON call an *object* a *dictionary*, a
86 86 *map*, or a *hash*.
87 87  
88   -- Sometimes, it's called on *object* if it has fixed keys and a
  88 +- Sometimes, it's called an *object* if it has fixed keys and a
89 89 *dictionary* if it has variable keys.
90 90  
91 91 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.
516 516  
517 517 - The values of ``"calledgetallpages"`` and
518 518 ``"pushedinheritedpageresources"`` are ignored when creating a file.
519   - When updating a file, they treated as ``false`` if omitted.
  519 + When updating a file, they are treated as ``false`` if omitted.
520 520  
521 521 - When qpdf reads a PDF file, the internal object numbers are always
522 522 preserved. However, when qpdf writes a file using ``QPDFWriter``,
... ... @@ -535,7 +535,7 @@ Here are some important things to know about qpdf JSON input.
535 535 # edit pdf.json
536 536 qpdf in.pdf out.pdf --update-from-json=pdf.json
537 537  
538   - The following will produce unpredictable and probably incorrect
  538 + By contrast, the following will produce unpredictable and probably incorrect
539 539 results because ``out.pdf`` won't have the same object numbers as
540 540 ``pdf.json`` and ``in.pdf``.
541 541  
... ...