mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-09 06:16:06 +00:00
Fix typo in comment.
This commit is contained in:
parent
7213b88ba1
commit
6f669091e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user