From 070091d238325230d4f62d81d951a92b895a5f98 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 6 Apr 2016 03:37:38 +0900 Subject: [PATCH] doc: adjusted space. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f366fb..ac6e724 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ Because that the calculation of LCS and SES needs massive amounts of memory when The program uses that algorithm don't consider that will burst in the worst case. -`dtl` avoids above-described problem by dividing each sequence into plural subsequences and joining the difference of each subsequence finally.(This feature is supported after version 0.04) +`dtl` avoids above-described problem by dividing each sequence into plural subsequences and joining the difference of each subsequence finally. (This feature is supported after version 0.04) ## Implementations with various programming languages