diff --git a/src/edit.jl b/src/edit.jl index 82e5333..813267b 100755 --- a/src/edit.jl +++ b/src/edit.jl @@ -93,6 +93,10 @@ end ## ## Levenshtein ## +## Return -1 if distance higher than max_dist +## This makes it possible to differentiate distance equalt to max_dist vs strictly higher +## This is important for find_all +## ############################################################################## """ Levenshtein()