Skip to content

Commit

Permalink
Merge pull request rust-lang#129 from ovibos/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Status documentation in mem.rs
  • Loading branch information
alexcrichton authored Oct 11, 2017
2 parents 2b75ebc + 7f780d0 commit dbf4568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub enum Status {
/// Indicates success.
///
/// Means that more input may be needed but isn't available
/// 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.
Ok,

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

0 comments on commit dbf4568

Please sign in to comment.