cubicdaiya / dtl

diff template library written by C++
Other
283 stars 51 forks source link

wrong example uniPatch in README #9

Closed illlust closed 3 years ago

illlust commented 4 years ago

string s2 = d.UniPatch(s1); case sensitive error string s2 = d.uniPatch(s1); start with small case needed

cubicdaiya commented 3 years ago

Than you for the reporting. I fixed in https://github.com/cubicdaiya/dtl/commit/0551c22f5ee3d30dbc4b0700bde5acdb6f1a9348.