Typo on diff author's name (#176)

This commit is contained in:
Pierre Baillet (Oct)
2023-11-22 08:44:30 +01:00
committed by GitHub
parent 281c073c56
commit 8df690fdd2

View File

@@ -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.