Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Changed "there 'smore" to "there's more"
  • Loading branch information
ovibos authored Oct 10, 2017
1 parent 2b75ebc commit 7f780d0
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 7f780d0

Please sign in to comment.