We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34606fb commit ef13103Copy full SHA for ef13103
README.md
@@ -6,4 +6,4 @@
6
3. Run the [Myers Diff algorithm](https://neil.fraser.name/writing/diff/myers.pdf)
7
on them using `cargo run --bin myers`
8
4. Every deleted line is printed begining with `- `
9
-5. Prefix for additions is `+ ` and for equal lines its ` `
+5. Prefix for additions is `+ ` and for identical lines its two blank spaces.
0 commit comments