We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a3d11 commit c92240cCopy full SHA for c92240c
README.md
@@ -26,7 +26,7 @@ Usage
26
int compress_and_decompress(const uint8_t* data, std::size_t length) {
27
lzokay::EResult error;
28
29
- /* This variable and 5th parameter of compress() is optional, but may
+ /* This variable and 6th parameter of compress() is optional, but may
30
* be reused across multiple compression runs; avoiding repeat
31
* allocation/deallocation of the work memory used by the compressor.
32
*/
0 commit comments