Skip to content

Commit

Permalink
Make docstring match error.
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Jan 6, 2025
1 parent 9cbcb52 commit e6fdac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Create a deflate compression codec.
Arguments
---------
- `level`: compression level (-1..9)
- `windowbits`: size of history buffer (8..15)
- `windowbits`: size of history buffer (9..15)
"""
function DeflateCompressor(;level::Integer=Z_DEFAULT_COMPRESSION,
windowbits::Integer=Z_DEFAULT_WINDOWBITS)
Expand Down

0 comments on commit e6fdac9

Please sign in to comment.