Skip to content

Commit

Permalink
docs: Put type in backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Sep 22, 2022
1 parent 0fea579 commit 07fd302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daemon/processor/comp_decomp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ impl BitPack {
}
}

/// Produces a "ReadiedPack", which can be sent through a channel to be unpacked later
/// Produces a `ReadiedPack`, which can be sent through a channel to be unpacked later
pub fn ready(&self, expected_buf_size: usize) -> ReadiedPack {
let mut v = Vec::with_capacity(self.inner.len() * 3);
lz4f::decompress_to_vec(&self.inner, &mut v).unwrap();
Expand Down

0 comments on commit 07fd302

Please sign in to comment.