Skip to content

Commit

Permalink
Fix jsdoc example for Levenshtein distance
Browse files Browse the repository at this point in the history
  • Loading branch information
semmel committed Jan 22, 2021
1 parent 611d0e7 commit fdd0be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/string-levenshtein.js
Expand Up @@ -45,7 +45,7 @@ var ccc = [];
* @return {number} levenshtein distance between `str1` and `str2`.
* @example
* levenshtein( 'example', 'sample' );
* // -> 3
* // -> 2
* levenshtein( 'distance', 'difference' );
* // -> 5
*/
Expand Down

0 comments on commit fdd0be5

Please sign in to comment.