This commit is contained in:
Yann Collet 2024-03-18 12:33:22 -07:00
parent 3d18d9a9ce
commit c5da438dc0
2 changed files with 2 additions and 2 deletions

View file

@ -306,7 +306,7 @@ size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx); </b>/* accept NULL pointer */<b>
* when a client can make use of partial documents (a prominent example being Chrome).
* Note: this parameter is stable since v1.5.6.
* It was present as an experimental parameter in earlier versions,
* but we don't recomment using it with earlier library versions
* but it's not recommended using it with earlier library versions
* due to massive performance regressions.
*/
</b>/* LDM mode parameters */<b>

View file

@ -400,7 +400,7 @@ typedef enum {
* when a client can make use of partial documents (a prominent example being Chrome).
* Note: this parameter is stable since v1.5.6.
* It was present as an experimental parameter in earlier versions,
* but we don't recomment using it with earlier library versions
* but it's not recommended using it with earlier library versions
* due to massive performance regressions.
*/
/* LDM mode parameters */