Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Jan 20, 2018
1 parent 7213b88 commit 6f66909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustfmt_diff.rs
Expand Up @@ -177,7 +177,7 @@ where
/// enough information to modify the original file.
/// Each section starts with a line with three integers, space separated:
/// lineno num_removed num_added
/// followd by (num_added) lines of added text. The line numbers are
/// followed by (num_added) lines of added text. The line numbers are
/// relative to the original file.
pub fn output_modified<W>(mut out: W, diff: Vec<Mismatch>)
where
Expand Down

0 comments on commit 6f66909

Please sign in to comment.