diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index fc1f76b..ead3f8d 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -79,7 +79,7 @@ be changed in the future. - Exception and Error types should have the "Error" suffix. ```nimrod - type unluckyError = object of E_Base + type UnluckyError = object of E_Base ``` - Unless marked with the `{.pure.}` pragma, members of enums should have an