From fbce7d6b21837ec872b67032fec04da616ab0f7b Mon Sep 17 00:00:00 2001 From: Eric Laspe Date: Sat, 26 Mar 2022 11:58:39 -0400 Subject: [PATCH] Fix mix of present perfect and past tenses "Has existed" is present perfect, while "was invented" is past simple. If we remove "has," both become past simple tense. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 66f91f7..ab60013 100644 --- a/README.adoc +++ b/README.adoc @@ -873,7 +873,7 @@ are always a better idea. Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`). NOTE: Many non-Lisp programming communities refer to `lisp-case` as -`kebab-case`, but we all know that Lisp has existed way before kebab +`kebab-case`, but we all know that Lisp existed way before kebab was invented. === Functions and Variables [[naming-functions-and-variables]]