From 79665192cf542d856338b60619558e6894a445ef Mon Sep 17 00:00:00 2001 From: Wolf Garbe Date: Wed, 13 Dec 2017 12:46:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3739c0..14c211b 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ https://github.com/Archivus/SymSpell 3. IMPROVEMENT: Added unit test project. 4. IMPROVEMENT: Different maxEditDistance for dictionary precalculation and for Lookup. 5. CHANGE: Removed language feature (use separate SymSpell instances instead). -6. CHANGE: Verbosity parameter changed fom Int to Enum +6. CHANGE: Verbosity parameter changed from Int to Enum 7. FIX: Incomplete lookup results, if maxEditDistance=1 AND input.Length>prefixLength. 8. FIX: count overflow protection fixed.