Skip to content

Commit c92240c

Browse files
authored
Update README.md
1 parent 55a3d11 commit c92240c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Usage
2626
int compress_and_decompress(const uint8_t* data, std::size_t length) {
2727
lzokay::EResult error;
2828

29-
/* This variable and 5th parameter of compress() is optional, but may
29+
/* This variable and 6th parameter of compress() is optional, but may
3030
* be reused across multiple compression runs; avoiding repeat
3131
* allocation/deallocation of the work memory used by the compressor.
3232
*/

0 commit comments

Comments
 (0)