We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281c073 commit 8df690fCopy full SHA for 8df690f
README.md
@@ -85,13 +85,13 @@ for (DiffRow row : rows) {
85
* producing human-readable differences
86
* inline difference construction
87
* Algorithms:
88
- * Meyers Standard Algorithm
89
- * Meyers with linear space improvement
+ * Myers Standard Algorithm
+ * Myers with linear space improvement
90
* HistogramDiff using JGit Library
91
92
### Algorithms
93
94
-* Meyer's diff
+* Myer's diff
95
* HistogramDiff
96
97
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