David PHAM-VAN

Fix a doc typo

@@ -57,7 +57,7 @@ class PdfObjectStream extends PdfObject { @@ -57,7 +57,7 @@ class PdfObjectStream extends PdfObject {
57 57
58 if (_data == null) { 58 if (_data == null) {
59 if (isBinary) { 59 if (isBinary) {
60 - // This is a Ascii85 stream 60 + // This is an Ascii85 stream
61 final e = Ascii85Encoder(); 61 final e = Ascii85Encoder();
62 _data = e.convert(buf.output()); 62 _data = e.convert(buf.output());
63 params['/Filter'] = const PdfName('/ASCII85Decode'); 63 params['/Filter'] = const PdfName('/ASCII85Decode');