Skip to content

Commit

Permalink
Minor typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yankuu authored Sep 30, 2019
1 parent 05f6489 commit f168235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use error::Error;
/// // keys into a single "info" key holding an array of code and payload.
/// //
/// // This could be done equivalently using serde_json::Value as the type for
/// // payload, but &RawValue will perform netter because it does not require
/// // payload, but &RawValue will perform better because it does not require
/// // memory allocation. The correct range of bytes is borrowed from the input
/// // data and pasted verbatim into the output.
/// fn rearrange(input: &str) -> Result<String> {
Expand Down

0 comments on commit f168235

Please sign in to comment.