Skip to content

Commit 1903d6a

Browse files
authored
Merge pull request #2798 from abxhr/typo-fix
Fix typo
2 parents 9cb5d35 + 54a888b commit 1903d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zstd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ ZSTDLIB_API unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize);
932932
* Advanced dictionary and prefix API (Requires v1.4.0+)
933933
*
934934
* This API allows dictionaries to be used with ZSTD_compress2(),
935-
* ZSTD_compressStream2(), and ZSTD_decompress(). Dictionaries are sticky, and
935+
* ZSTD_compressStream2(), and ZSTD_decompressDCtx(). Dictionaries are sticky, and
936936
* only reset with the context is reset with ZSTD_reset_parameters or
937937
* ZSTD_reset_session_and_parameters. Prefixes are single-use.
938938
******************************************************************************/

0 commit comments

Comments
 (0)