Skip to content

Commit 2aabfe6

Browse files
committed
doc: delete non-existing zlib constants
Some constants in the zlib docs are not in the actual code: zlib.Z_BINARY zlib.Z_TEXT zlib.Z_ASCII zlib.Z_UNKNOWN Also handled in #7203, but marked as semver-major, so will not land in v6.x. Fixes: #7204
1 parent cd43946 commit 2aabfe6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/api/zlib.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,6 @@ Compression strategy.
266266
* `zlib.Z_FIXED`
267267
* `zlib.Z_DEFAULT_STRATEGY`
268268

269-
Possible values of the data_type field.
270-
271-
* `zlib.Z_BINARY`
272-
* `zlib.Z_TEXT`
273-
* `zlib.Z_ASCII`
274-
* `zlib.Z_UNKNOWN`
275-
276269
The deflate compression method (the only one supported in this version).
277270

278271
* `zlib.Z_DEFLATED`

0 commit comments

Comments
 (0)