StringDistances.jl/benchmark
Alex Arslan c149761927
Rename `OptimalStringAlignement` to `OptimalStringAlignment` (#57)
The former is a misspelling of the latter: note the extra 'e' in
"alignement." In renaming this, I've used `deprecate_binding` which
correctly handles deprecations for types as well as exporting.

I've also corrected two issues with the docstring for this type:
- The whole docstring was indented by 4 spaces, which Markdown
  interprets as a code block, so the whole docstring was code-quoted.
- The docstring erroneously said that OSA is the unrestricted D-L
  distance, but it's actually the restricted D-L distance.
2021-12-02 13:23:41 -05:00
..
benchmark.jl Rename `OptimalStringAlignement` to `OptimalStringAlignment` (#57) 2021-12-02 13:23:41 -05:00
pairwise.jl clean tests 2020-11-14 12:37:04 -08:00