mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fix typo
This commit is contained in:
parent
3d18d9a9ce
commit
c5da438dc0
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue