Update README.md

compathelper/new_version/2020-05-20-12-03-08-092-188304956
matthieugomez 2020-03-03 06:53:08 -05:00
parent 6ff628f34a
commit f5056c361e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ evaluate(Levenshtein(), "martha", "marhta")
Levenshtein()("martha", "marhta")
```
You can also compute the distances between two iterators, as long as there exists a `length` method:
You can also compute a distance between two iterators:
```julia
evaluate(Levenshtein(), [1, 5, 6], [1, 6, 5])
2