From 847e1b527b196a453ed50bb769627f7882e315ec Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 28 Sep 2020 09:38:58 -0500 Subject: [PATCH] correct capitalization of Wikipedia --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 704a88d..55eb7ff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ similar-sort is licensed CC BY-SA 4.0. "Wait, why?", I hear you say, "That's an unusual choice for source code!" -Put quite simply, it's because this package is a wrapper around a Levenshtein distance implementation I got from WikiPedia, which is licensed under CC BY-SA 3.0. +Put quite simply, it's because this package is a wrapper around a Levenshtein distance implementation I got from Wikipedia, which is licensed under CC BY-SA 3.0.