aboutsummaryrefslogtreecommitdiff
path: root/lib/text/diff/func.go
AgeCommit message (Collapse)Author
2 daystext/diff: update comments on BytesRatioHEADmaindevShulhan
Explain the second and third return values: match and maxlen.
3 daystext/diff: rename LevelWords to LevelChunksShulhan
Using Words seems like misleading since we capture the characters difference, not a word as in human language.
3 daystext/diff: add an examples for Bytes and BytesRatioShulhan
While at it, rename the source file to reflect the content, instead of diffinterface.go name it func.go.