From 92d7cd31419a554aa145648a605b2315df9b4d95 Mon Sep 17 00:00:00 2001 From: MartinSStewart Date: Wed, 20 Nov 2024 20:49:50 +0100 Subject: [PATCH] Fix a typo --- src/Diff.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Diff.elm b/src/Diff.elm index 56d84c3..32a06e6 100644 --- a/src/Diff.elm +++ b/src/Diff.elm @@ -84,7 +84,7 @@ diff a b = [] -{-| Test the algolithm itself. +{-| Test the algorithm itself. If it returns Err, it should be a bug. -} testDiff : List a -> List a -> Result BugReport (List (Change a))