doc: typo fixed.
This commit is contained in:
parent
32787c066d
commit
0551c22f5e
@ -253,7 +253,7 @@ dtl::Diff<elem, sequence> d(A, B);
|
|||||||
d.compose();
|
d.compose();
|
||||||
d.composeUnifiedHunks()
|
d.composeUnifiedHunks()
|
||||||
string s1(A);
|
string s1(A);
|
||||||
string s2 = d.UniPatch(s1);
|
string s2 = d.uniPatch(s1);
|
||||||
```
|
```
|
||||||
|
|
||||||
When the above code is run, s2 becomes "abd".
|
When the above code is run, s2 becomes "abd".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user