From d3c78f9d7e910d604a5208dcef610b7422c06e54 Mon Sep 17 00:00:00 2001 From: Milan K Date: Mon, 22 Jun 2020 19:00:34 +0100 Subject: [PATCH] docstring typo (#76) --- src/Blosc.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Blosc.jl b/src/Blosc.jl index 00107ba..b4ca50d 100644 --- a/src/Blosc.jl +++ b/src/Blosc.jl @@ -190,7 +190,7 @@ end Set the current compression algorithm to `s`. The currently supported algorithms in the default Blosc module build are `"blosclz"`, `"lz4"`, -and `"l4hc"`. (Throws an `ArgumentError` if `s` is not the name +and `"lz4hc"`. (Throws an `ArgumentError` if `s` is not the name of a supported algorithm.) Returns a nonnegative integer code used internally by Blosc to identify the compressor. """