From: Joel Holdbrooks Date: Tue, 30 Jul 2013 17:38:20 +0000 (-0700) Subject: Clean up redundant language X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=917b57eecd2d1a6c8fffc150d3bf8c37f25e1c1c;p=frak.git Clean up redundant language --- diff --git a/README.md b/README.md index 0795ed1..0466eab 100644 --- 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