From 917b57eecd2d1a6c8fffc150d3bf8c37f25e1c1c Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Tue, 30 Jul 2013 10:38:20 -0700 Subject: [PATCH] Clean up redundant language --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1