Commit 5c6808b484d954de68b26d7108b2f26e3c958c21

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

Fix minor doc typos in JSON.hh

Showing 1 changed file with 4 additions and 4 deletions
include/qpdf/JSON.hh
... ... @@ -58,8 +58,8 @@ class JSON
58 58 QPDF_DLL
59 59 std::string unparse() const;
60 60  
61   - // Write the JSON object through a pipline. The `depth` parameter
62   - // specifies how deeply nested this in another JSON structure,
  61 + // Write the JSON object through a pipeline. The `depth` parameter
  62 + // specifies how deeply nested this is in another JSON structure,
63 63 // which makes it possible to write clean-looking JSON
64 64 // incrementally.
65 65 QPDF_DLL
... ... @@ -152,8 +152,8 @@ class JSON
152 152 bool isDictionary() const;
153 153  
154 154 // If the key is already in the dictionary, return true.
155   - // Otherwise, mark it has seen and return false. This is primarily
156   - // intended to used by the parser to detect duplicate keys when
  155 + // Otherwise, mark it as seen and return false. This is primarily
  156 + // intended to be used by the parser to detect duplicate keys when
157 157 // the reactor blocks them from being added to the final
158 158 // dictionary.
159 159 QPDF_DLL
... ...