Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 683d192

Browse files
author
Dmitry Naumenko
committed
typo fixes
1 parent ec48576 commit 683d192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Main reason to build this library was the lack of easy-to-use libraries with all
55
# Main Features
66

77
* 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
99
* patch and unpatch the text with the given patch
1010
* parsing the unified diff format
1111
* producing human-readable differences
1212

13-
# Algoritms
13+
# Algorithms
1414

1515
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.
1616

0 commit comments

Comments
 (0)