Skip to content

Commit 8df690f

Browse files
Typo on diff author's name (#176)
1 parent 281c073 commit 8df690f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ for (DiffRow row : rows) {
8585
* producing human-readable differences
8686
* inline difference construction
8787
* Algorithms:
88-
* Meyers Standard Algorithm
89-
* Meyers with linear space improvement
88+
* Myers Standard Algorithm
89+
* Myers with linear space improvement
9090
* HistogramDiff using JGit Library
9191

9292
### Algorithms
9393

94-
* Meyer's diff
94+
* Myer's diff
9595
* HistogramDiff
9696

9797
But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future.

0 commit comments

Comments
 (0)