Skip to content

Commit

Permalink
Correct S2 example
Browse files Browse the repository at this point in the history
Example prior to commit was not actually properly illustrating the issue.
  • Loading branch information
marsdeno authored Jan 9, 2025
1 parent fd9abfc commit 6dfdf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortran/rules/S2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To be avoided :
.. code-block:: fortran
:caption: declaration order
SUBROUTINE WRONG_ORDER( ARG3, ARG2, ARG1)
SUBROUTINE WRONG_ORDER( ARG1, ARG2, ARG3)
INTEGER(KIND=JPIM), INTENT(IN) :: ARG3
INTEGER(KIND=JPIM), INTENT(IN) :: ARG2
Expand Down

0 comments on commit 6dfdf8b

Please sign in to comment.