doc: adjusted space.

This commit is contained in:
Tatsuhiko Kubo 2016-04-06 03:37:38 +09:00
parent 3691fa4f15
commit 070091d238

View File

@ -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