Commit c439cb3fbc478e313e199221912a3c7f5117d8ec

Authored by Jay Berkenbilt
Committed by GitHub
2 parents 1d053905 9c65bb30

Merge pull request #1082 from m-holger/typo

Fix doc typos
include/qpdf/QPDFObjectHandle.hh
@@ -1178,13 +1178,13 @@ class QPDFObjectHandle @@ -1178,13 +1178,13 @@ class QPDFObjectHandle
1178 // looks like a name or indirect object from an actual name or indirect object. 1178 // looks like a name or indirect object from an actual name or indirect object.
1179 // * JSON v2: 1179 // * JSON v2:
1180 // * Unicode strings and strings encoded with PDF Doc encoding that can be bidirectionally 1180 // * Unicode strings and strings encoded with PDF Doc encoding that can be bidirectionally
1181 - // mapped two Unicode (which is all strings without undefined characters) are represented 1181 + // mapped to Unicode (which is all strings without undefined characters) are represented
1182 // as "u:" followed by the UTF-8 encoded string. Example: 1182 // as "u:" followed by the UTF-8 encoded string. Example:
1183 // "u:potato". 1183 // "u:potato".
1184 // * All other strings are represented as "b:" followed by a hexadecimal encoding of the 1184 // * All other strings are represented as "b:" followed by a hexadecimal encoding of the
1185 // string. Example: "b:0102cacb" 1185 // string. Example: "b:0102cacb"
1186 // * Streams 1186 // * Streams
1187 - // * JSON v1: Only the stream's dictionary is encoded. There is no way tell a stream from a 1187 + // * JSON v1: Only the stream's dictionary is encoded. There is no way to tell a stream from a
1188 // dictionary other than context. 1188 // dictionary other than context.
1189 // * JSON v2: A stream is encoded as {"dict": {...}} with the value being the encoding of the 1189 // * JSON v2: A stream is encoded as {"dict": {...}} with the value being the encoding of the
1190 // stream's dictionary. Since "dict" does not otherwise represent anything, this is 1190 // stream's dictionary. Since "dict" does not otherwise represent anything, this is