From 4c5f1f171dee139121c76b847d298c17e1bbd7fc Mon Sep 17 00:00:00 2001 From: Teyras Date: Thu, 26 Jan 2017 23:47:33 +0100 Subject: [PATCH] That was way too formal --- Rewritten-docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rewritten-docs.md b/Rewritten-docs.md index dc00ebc..d0b6e77 100644 --- a/Rewritten-docs.md +++ b/Rewritten-docs.md @@ -2779,7 +2779,7 @@ for comparison and exit code reflecting if the result is correct (0) of wrong (1). This interface lacks support for returning additional data by the judges, for -example similarity of the two files calculated as the edit distance of Levenshtein. +example similarity of the two files calculated as the Levenshtein edit distance. To allow passing these additional values an extended judge interface can be implemented: