Clean up redundant language
authorJoel Holdbrooks <cjholdbrooks@gmail.com>
Tue, 30 Jul 2013 17:38:20 +0000 (10:38 -0700)
committerJoel Holdbrooks <cjholdbrooks@gmail.com>
Tue, 30 Jul 2013 17:38:20 +0000 (10:38 -0700)
README.md

index 0795ed10715e8f5d271ba9f72c0641eaec1027ef..0466eab85394617cdfb2078b123b890ba70a9188 100644 (file)
--- a/README.md
+++ b/README.md
@@ -55,8 +55,8 @@ potential for improvement; the word trie could be converted to a
 directed acyclic word graph (DAWG).
 
 By using a DAWG it might be possible to produce more efficient
-patterns which consider both common prefixes and suffixes. This might
-reduce both backtracking and overall pattern size.
+patterns which consider common prefixes and suffixes. This could
+reduce backtracking and overall pattern size.
 
 ## And now for something completely different