Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 10, 2023
1 parent 0379bcc commit 61bf665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ impl Default for CLevel {
// }

pub mod read {
/// NOTE: These De/compressors are different from the blosc2 schunk. There are no frames, meta
/// layers, etc. It's _only_ meant for one or more independently compressed blocks. No more, no
/// less. If you're wanting `schunk` then hop over to the `crate::schunk` module(s).
///! NOTE: These De/compressors are different from the blosc2 schunk. There are no frames, meta
///! layers, etc. It's _only_ meant for one or more independently compressed blocks. No more, no
///! less. If you're wanting `schunk` then hop over to the `crate::schunk` module(s).
use super::*;

pub struct Decompressor<R: std::io::Read> {
Expand Down

0 comments on commit 61bf665

Please sign in to comment.