diff --git a/NEP-1-:-Style-Guide-for-Nimrod-Code.md b/NEP-1-:-Style-Guide-for-Nimrod-Code.md index 71c0381..183862a 100644 --- a/NEP-1-:-Style-Guide-for-Nimrod-Code.md +++ b/NEP-1-:-Style-Guide-for-Nimrod-Code.md @@ -100,7 +100,7 @@ be changed in the future. ### Coding Conventions ### - The 'return' statement should only be used when it's control-flow properties are required. Use a procedures implicit 'result' variable instead. This improves - readably. + readability. - Prefer to return `[]` and `""` instead of `nil`, or throw an exception if that is appropriate.