aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/Pl_String.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/Pl_String.hh')
-rw-r--r--include/qpdf/Pl_String.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/qpdf/Pl_String.hh b/include/qpdf/Pl_String.hh
index 327598da..906a2660 100644
--- a/include/qpdf/Pl_String.hh
+++ b/include/qpdf/Pl_String.hh
@@ -30,11 +30,11 @@
// provided, this pipeline will also pass the data through to it and
// will forward finish() to it.
//
-// It is okay to not call finish() on this pipeline. This makes it
-// easy to stick this in front of another pipeline to capture data
-// that is written to the other pipeline without interfering with when
-// finish is called on the other pipeline and without having to put a
-// Pl_Concatenate after it.
+// It is okay to not call finish() on this pipeline if it has no
+// "next". This makes it easy to stick this in front of another
+// pipeline to capture data that is written to the other pipeline
+// without interfering with when finish is called on the other
+// pipeline and without having to put a Pl_Concatenate after it.
#include <qpdf/Pipeline.hh>