aceakash / string-similarity

Finds degree of similarity between two strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.
MIT License
2.53k stars 128 forks source link

Support for ie10 #72

Open ilanbm opened 3 years ago

ilanbm commented 3 years ago

minor change, var instead of let and const.

PR: https://github.com/aceakash/string-similarity/pull/70