Fix typos and markdown (#36)

This commit is contained in:
Kian-Meng Ang 2022-07-22 07:00:36 +08:00 committed by GitHub
parent 236a299ff0
commit 3c784d6e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View file

@ -16,7 +16,7 @@ All notable changes to similar are documented here.
## 1.3.0
* Performance improvements for the LCS algorithm.
* Small performance improvments by adding an early opt-out for and inline highlighting.
* Small performance improvements by adding an early opt-out for and inline highlighting.
* Added `IdentifyDistinct` to convert sequences to ints.
* Small performance improvements for larger text diffs by using `IdentifyDistinct`
automatically above a threshold.