diff --git a/Keyman-Code-Style-Guide.md b/Keyman-Code-Style-Guide.md index 60ea828..9b6213d 100644 --- a/Keyman-Code-Style-Guide.md +++ b/Keyman-Code-Style-Guide.md @@ -297,7 +297,7 @@ Don’t use exceptions. ### Preprocessor Macros -It is not a hard no, but prefer inline functions, enums, and const variables +It is not a hard no, but prefer inline functions, enums, and const variables. Macros are used for including libraries for example KMN_API in keyboardprocessor_bits.h ### Template Metaprograming