Skip to content

Commit bb2c699

Browse files
authored
Fix wording in style guide for dimension attribute
1 parent 1216a9c commit bb2c699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
4747
<!-- ATTENTION! This section includes intentional trailing whitespace to get decent formatting with GFM and Python Markdown. -->
4848

4949
* Always specify `intent` for dummy arguments.
50-
* Don't use `dimension` attribute to declare arrays because it is less verbose.
50+
* Don't use `dimension` attribute to declare arrays because it is more verbose.
5151
Use this:
5252
```
5353
real, allocatable :: a(:), b(:,:)

0 commit comments

Comments
 (0)