Skip to content

Commit 23fa6ff

Browse files
authored
stdlib: Fix mistake zstd.erl docs
Fix a mistake that briefly confused me, since I thought the same parameters were used for compression and decompression.
1 parent 45ccff7 commit 23fa6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stdlib/src/zstd.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ decompress(Data) ->
644644
-doc """
645645
decompress(Data, CtxOrOptions)
646646

647-
Decompress `Data` using the given `t:compress_parameters/0` or the `t:context/0`.
647+
Decompress `Data` using the given `t:decompress_parameters/0` or the `t:context/0`.
648648

649649
Example:
650650

0 commit comments

Comments
 (0)