mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Typo on diff author's name (#176)
This commit is contained in:
committed by
GitHub
parent
281c073c56
commit
8df690fdd2
@@ -85,13 +85,13 @@ for (DiffRow row : rows) {
|
||||
* producing human-readable differences
|
||||
* inline difference construction
|
||||
* Algorithms:
|
||||
* Meyers Standard Algorithm
|
||||
* Meyers with linear space improvement
|
||||
* Myers Standard Algorithm
|
||||
* Myers with linear space improvement
|
||||
* HistogramDiff using JGit Library
|
||||
|
||||
### Algorithms
|
||||
|
||||
* Meyer's diff
|
||||
* Myer's diff
|
||||
* HistogramDiff
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user