Skip to content

Commit

Permalink
fix Issue 14799 - Documentation for std.zlib.compress is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Sep 1, 2015
1 parent cf8f060 commit 07422ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions std/zlib.d
Expand Up @@ -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
Expand Down

0 comments on commit 07422ed

Please sign in to comment.