Fix Myers spelling in docs (#75)

This commit is contained in:
J. Ryan Stinnett 2025-02-05 22:12:45 +00:00 committed by GitHub
parent 28c146b628
commit a169e29954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
Similar is a dependency free crate for Rust that implements different diffing
algorithms and high level interfaces for it. It is based on the
[pijul](https://pijul.org/) implementation of the Patience algorithm and
inherits some ideas from there. It also incorporates the Myer's diff
inherits some ideas from there. It also incorporates the Myers' diff
algorithm which was largely written by Brandon Williams. This library was
built for the [insta snapshot testing library](https://insta.rs).
@ -38,7 +38,7 @@ fn main() {
## What's in the box?
* Myer's diff
* Myers' diff
* Patience diff
* HuntMcIlroy / HuntSzymanski LCS diff
* Diffing on arbitrary comparable sequences