diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 247b5ea50..a2a6315b9 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -47,7 +47,7 @@ focus on the semantics of the proposed changes rather than style and formatting. * Always specify `intent` for dummy arguments. -* Don't use `dimension` attribute to declare arrays because it is less verbose. +* Don't use `dimension` attribute to declare arrays because it is more verbose. Use this: ``` real, allocatable :: a(:), b(:,:)