Skip to content

Commit a7e9c59

Browse files
authored
Update mod.rs (gyscos#342)
1 parent 48a744e commit a7e9c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ macro_rules! encoder_parameters {
151151
/// (~0.1%), but may decrease end-to-end latency in low-bandwidth environments (time to
152152
/// first decompressed byte).
153153
///
154-
/// No value, or a value of zero, results in no contraint for the block sizes.
154+
/// No value, or a value of zero, results in no constraint for the block sizes.
155155
pub fn set_target_cblock_size(
156156
&mut self,
157157
target_size: Option<u32>,

0 commit comments

Comments
 (0)