Skip to content

Commit a9eff9a

Browse files
committed
docs: STYLE GUIDE attribute ordering convention spelling mistake corrected
1 parent 638a40c commit a9eff9a

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
@@ -62,7 +62,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
6262
When defining many arrays of the same dimension, `dimension` can be used as an exception if it makes the code less verbose.
6363
* If the `optional` attribute is used to declare a dummy argument, it should follow the `intent` attribute.
6464
* For module procedures, it is recommended to declare attributes before the module keyword for better retro compatibility (Projects using CMake versions lower than CMake 3.25.0 are concerned see [Spurious modules](https://gitlab.kitware.com/cmake/cmake/-/issues/18427#note_983426)).
65-
Prefere the following pattern:
65+
Prefer the following pattern:
6666
```
6767
<attribute> <attribute> module <function/subroutine> <name>
6868
```

0 commit comments

Comments
 (0)