Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-09-08 05:52:53 +03:00
parent 6869296129
commit 39e3945f23

View File

@ -36,12 +36,14 @@ var MIN_TEXT_LENGTH = 100
// open candidates: // open candidates:
// ig-diff // ig-diff
// cdiff // cdiff
// pattern-diff
// we need the name to be short and descriptive, possible // we need the name to be short and descriptive, possible
// candidates: // candidates:
// - objdiff / object-diff // - objdiff / object-diff
// - diffcmp / diff-cmp // - diffcmp / diff-cmp
// - compare // - compare
// available names:
// diffcmp / diff-cmp
// pattern-diff
// //
// - revise docs... // - revise docs...
// ...should be simpler to enter, maybe example-oriented intro // ...should be simpler to enter, maybe example-oriented intro