Skip to content

Commit

Permalink
docstring typo (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
milankl authored Jun 22, 2020
1 parent ba70ea8 commit d3c78f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blosc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit d3c78f9

Please sign in to comment.