doc: typo fixed.

This commit is contained in:
Tatsuhiko Kubo 2021-04-04 02:46:19 +09:00
parent 32787c066d
commit 0551c22f5e

View File

@ -253,7 +253,7 @@ dtl::Diff<elem, sequence> 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".