From 0551c22f5ee3d30dbc4b0700bde5acdb6f1a9348 Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Sun, 4 Apr 2021 02:46:19 +0900 Subject: [PATCH] doc: typo fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af7bf3..42cb1b3 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ dtl::Diff d(A, B); d.compose(); d.composeUnifiedHunks() string s1(A); -string s2 = d.UniPatch(s1); +string s2 = d.uniPatch(s1); ``` When the above code is run, s2 becomes "abd".