Skip to content

Commit 8e4f567

Browse files
authored
Merge pull request #10389 from TD5/patch-5
stdlib: Fix mistake in zstd docs
2 parents 00031df + 76f01bd commit 8e4f567

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)