Skip to content

Commit dbf4568

Browse files
authored
Merge pull request #129 from ovibos/patch-1
Fix typo in Status documentation in mem.rs
2 parents 2b75ebc + 7f780d0 commit dbf4568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ pub enum Status {
129129
/// Indicates success.
130130
///
131131
/// 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.
132+
/// and/or there's more output to be written but the output buffer is full.
133133
Ok,
134134

135135
/// Indicates that forward progress is not possible due to input or output

0 commit comments

Comments
 (0)