We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b75ebc + 7f780d0 commit dbf4568Copy full SHA for dbf4568
src/mem.rs
@@ -129,7 +129,7 @@ pub enum Status {
129
/// Indicates success.
130
///
131
/// Means that more input may be needed but isn't available
132
- /// and/or there' smore output to be written but the output buffer is full.
+ /// and/or there's more output to be written but the output buffer is full.
133
Ok,
134
135
/// Indicates that forward progress is not possible due to input or output
0 commit comments