From 41828c6ea7a0e767046f04f934bfba031f7f67e8 Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 12 Aug 2025 11:47:55 +0200 Subject: [PATCH] modify line about british spelling --- docs/dev/styleref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/styleref.md b/docs/dev/styleref.md index 6ffeb29..46fbafa 100644 --- a/docs/dev/styleref.md +++ b/docs/dev/styleref.md @@ -16,5 +16,5 @@ - typedefs are discouraged - snake_case is used for all user-defined symbols. Macros are often all-uppercase, same goes for enums and other types of compile-time constants. - tabs are used for indentation, spaces are used for alignment. -- British spelling is preferred, but not enforced. What is enforced is that British variants of the symbols are available. +- British spelling is (generally) preferred, but not enforced. - commits should attempt to convey clearly what is being changed, for the sanity of the maintainer(s).