Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thedark1337 committed Sep 7, 2015
1 parent 5f13457 commit 44f130b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

/**
* Calculates the levenshtein distance between two strings.
* Code gotten from http://rosettacode.org/wiki/Levenshtein_distance#JavaScript
*
* Code obtained from http://rosettacode.org/wiki/Levenshtein_distance#JavaScript
* @param {String} a String A
* @param {String} b String B
* @returns {Number} Levenshtein distance between string A and B
Expand Down

0 comments on commit 44f130b

Please sign in to comment.