Skip to content

Commit fbce7d6

Browse files
committed
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.
1 parent b475d9e commit fbce7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ are always a better idea.
873873
Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`).
874874

875875
NOTE: Many non-Lisp programming communities refer to `lisp-case` as
876-
`kebab-case`, but we all know that Lisp has existed way before kebab
876+
`kebab-case`, but we all know that Lisp existed way before kebab
877877
was invented.
878878

879879
=== Functions and Variables [[naming-functions-and-variables]]

0 commit comments

Comments
 (0)