Skip to content

Commit bc37bcc

Browse files
authored
Merge pull request #362 from awvwgk/dimension-workflow
Fix wording in style guide for dimension attribute
2 parents 1216a9c + bb2c699 commit bc37bcc

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)