From d87d3127cc38c1d25df9c90b3dce2566dec62e68 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 Feb 2023 19:38:07 +0100 Subject: [PATCH] Typo fix. (0.21.4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ff3ab3..4039a65 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ must be natural language. - Arguments to functions must always be in alphabetical order. - Class member variables must always be in alphabetical order in __init__() or any function / method. -- Functions must always be in alphabetical order in classe. +- Functions must always be in alphabetical order in classes. - Every commit must run without errors even if not being a working version of Linspector. ### Required libraries