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: