Skip to content

Commit 1d00588

Browse files
Update STYLE_GUIDE.md
Co-Authored-By: Milan Curcic <caomaco@gmail.com>
1 parent 0ee19c2 commit 1d00588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
5959
real, dimension(:,:), allocatable :: b
6060
```
6161

62-
When defining a lot of arrays of the same dimension ```dimension``` can be used as an exception.
62+
When defining many arrays of the same dimension, ```dimension``` can be used as an exception if it makes the code less verbose.
6363
* If ```optional``` attribute is used to declare a dummy argument, it should follow the intent attribute
6464

6565
## End <scope> block closing statements

0 commit comments

Comments
 (0)