We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1216a9c commit bb2c699Copy full SHA for bb2c699
STYLE_GUIDE.md
@@ -47,7 +47,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
47
<!-- ATTENTION! This section includes intentional trailing whitespace to get decent formatting with GFM and Python Markdown. -->
48
49
* Always specify `intent` for dummy arguments.
50
-* 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.
51
Use this:
52
```
53
real, allocatable :: a(:), b(:,:)
0 commit comments