mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 13:40:20 +03:00
fix Issue 14799 - Documentation for std.zlib.compress is incorrect
This commit is contained in:
parent
cf8f060e4f
commit
07422ed9a6
1 changed files with 3 additions and 3 deletions
|
@ -145,9 +145,9 @@ unittest
|
|||
*
|
||||
* Params:
|
||||
* srcbuf = buffer containing the data to compress
|
||||
* level = compression level. Legal values are 1..9, with 1 being the
|
||||
* least compression and 9 being the most. The default value
|
||||
* is 6.
|
||||
* level = compression level. Legal values are -1..9, with -1 indicating
|
||||
* the default level (6), 0 indicating no compression, 1 being the
|
||||
* least compression and 9 being the most.
|
||||
*
|
||||
* Returns:
|
||||
* the compressed data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue