From 9c65bb30c0266acfd973b5dd021abe8b4671b438 Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 25 Nov 2023 17:42:56 +0000 Subject: Fix doc typos --- include/qpdf/QPDFObjectHandle.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh index ca135125..270c28bb 100644 --- a/include/qpdf/QPDFObjectHandle.hh +++ b/include/qpdf/QPDFObjectHandle.hh @@ -1178,13 +1178,13 @@ class QPDFObjectHandle // looks like a name or indirect object from an actual name or indirect object. // * JSON v2: // * Unicode strings and strings encoded with PDF Doc encoding that can be bidirectionally - // mapped two Unicode (which is all strings without undefined characters) are represented + // mapped to Unicode (which is all strings without undefined characters) are represented // as "u:" followed by the UTF-8 encoded string. Example: // "u:potato". // * All other strings are represented as "b:" followed by a hexadecimal encoding of the // string. Example: "b:0102cacb" // * Streams - // * JSON v1: Only the stream's dictionary is encoded. There is no way tell a stream from a + // * JSON v1: Only the stream's dictionary is encoded. There is no way to tell a stream from a // dictionary other than context. // * JSON v2: A stream is encoded as {"dict": {...}} with the value being the encoding of the // stream's dictionary. Since "dict" does not otherwise represent anything, this is -- cgit v1.2.3-54-g00ecf