From d268d4ca1303f8b7beccee481bd7c4ed88d029f2 Mon Sep 17 00:00:00 2001 From: Richard McCormack Date: Sat, 27 Feb 2021 09:49:07 -0500 Subject: [PATCH] Fix typo in CHANGELOG.md (#23) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30bf8e9..8c43d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ All notable changes to similar are documented here. * Make the unicode feature optional for inline diffing. * Added Hunt–McIlroy 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.