Skip to content

Commit b43863c

Browse files
committed
docs: fix formatting in errors.md documentation
Corrected the formatting of the `ERR_TRAILING_JUNK_AFTER_STREAM_END` section by removing trailing spaces and ensuring consistent line breaks for better readability.
1 parent f8532f0 commit b43863c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/errors.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3016,9 +3016,9 @@ with the `--without-v8-platform` flag.
30163016

30173017
### `ERR_TRAILING_JUNK_AFTER_STREAM_END`
30183018

3019-
Trailing junk found after the end of the compressed stream.
3020-
This error is thrown when extra, unexpected data is detected
3021-
after the end of a compressed stream (for example, in zlib
3019+
Trailing junk found after the end of the compressed stream.
3020+
This error is thrown when extra, unexpected data is detected
3021+
after the end of a compressed stream (for example, in zlib
30223022
or gzip decompression).
30233023

30243024
<a id="ERR_TRANSFORM_ALREADY_TRANSFORMING"></a>

0 commit comments

Comments
 (0)