Skip to content

Commit fd64d15

Browse files
authored
Merge pull request #38 from 0xflotus/patch-2
fixed Algorithms and Ascii
2 parents 1c3a2b5 + 13f2f5e commit fd64d15

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
@@ -35,7 +35,7 @@ This is a test ~senctence~**for diffutils**.
3535
## Main Features
3636

3737
* computing the difference between two texts.
38-
* 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
38+
* 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
3939
* patch and unpatch the text with the given patch
4040
* parsing the unified diff format
4141
* producing human-readable differences
@@ -44,7 +44,7 @@ This is a test ~senctence~**for diffutils**.
4444
* Myer
4545
* HistogramDiff using JGit Library
4646

47-
### Algoritms
47+
### Algorithms
4848

4949
* Myer's diff
5050
* HistogramDiff

0 commit comments

Comments
 (0)