You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,12 @@ Main reason to build this library was the lack of easy-to-use libraries with all
5
5
# Main Features
6
6
7
7
* computing the difference between two texts.
8
-
* capable to hand more than plain ascci. Arrays or List of any type that implements hashCode() and equals() correctly can be subject to differencing using this library
8
+
* capable to hand more than plain ASCII. Arrays or List of any type that implements hashCode() and equals() correctly can be subject to differencing using this library
9
9
* patch and unpatch the text with the given patch
10
10
* parsing the unified diff format
11
11
* producing human-readable differences
12
12
13
-
# Algoritms
13
+
# Algorithms
14
14
15
15
This library implements Myer's diff algorithm. 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