From 13f2f5ede1aac32a3079836d0451cd03033dd507 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Tue, 2 Apr 2019 18:00:59 +0200 Subject: [PATCH] fixed Algorithms and Ascii --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 445729c..03d4d10 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This is a test ~senctence~**for diffutils**. ## Main Features * computing the difference between two texts. -* 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 +* 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 * patch and unpatch the text with the given patch * parsing the unified diff format * producing human-readable differences @@ -44,7 +44,7 @@ This is a test ~senctence~**for diffutils**. * Myer * HistogramDiff using JGit Library -### Algoritms +### Algorithms * Myer's diff * HistogramDiff