Skip to content

Commit e13ee29

Browse files
fhinkelFishrock123
authored andcommitted
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 PR-URL: #7520 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 4480b14 commit e13ee29

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/api/zlib.md

-7
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)