facebook / zstd

Zstandard - Fast real-time compression algorithm
http://www.zstd.net
Other
23.85k stars 2.11k forks source link

Fix typo in ZSTD_compressBound docs #4202

Closed nhz2 closed 2 days ago

nhz2 commented 4 days ago

This PR changes srcSize > ZSTD_MAX_INPUT_SIZE in the ZSTD_compressBound docs to srcSize >= ZSTD_MAX_INPUT_SIZE to be consistent with ZSTD_COMPRESSBOUND.