From d354b827fd302fcd17760be2a8ffdb957d797d2f Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 24 Feb 2023 19:44:55 +0100 Subject: [PATCH] README update. (0.21.4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c491459..8260b97 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ sure the license is compatible. plugins, services and tasks may use other libraries. Copying code into the source tree is ok when respecting the license. Not using 3rd party libraries should always be preferred though. -- Inline comments should be all lowercase. Descriptions and documentation comments +- Inline comments can all be lowercase. Descriptions and documentation comments 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