From c207fa299ab0b22df8a9af18960f1ed5b2a98f9e Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Sun, 28 Aug 2016 18:54:10 +0900 Subject: [PATCH] doc: minor changd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1de7c..886e2bb 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ For this example, "abc" is translated to "abd" with the Unified Format block bel When compare two large sequences, `dtl` can optimizes the calculation of difference with the onHuge function. -But this function is could use when the compared data type is std::vector. +This function is available when the compared data type is std::vector. When you use this function, you may call this function before calling compose function.