Fix typo in CHANGELOG.md (#23)

This commit is contained in:
Richard McCormack 2021-02-27 09:49:07 -05:00 committed by GitHub
parent 9a85c6013f
commit d268d4ca13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ All notable changes to similar are documented here.
* Make the unicode feature optional for inline diffing.
* Added HuntMcIlroy LCS algorithm (`lcs`).
* Changed the implementation of Mayer's diff. This has slightly changed the
behavior but resulted in snigificantly improved performance and more
behavior but resulted in significantly improved performance and more
readable code.
* Added `NoFinishHook` to aid composing of diff hooks.