Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damian Rouson <[email protected]>
  • Loading branch information
bonachea and rouson authored Oct 4, 2024
1 parent b6157fc commit 22080ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Instead when breaking long lines in a macro invocation, just break the line (no
continuation character!), eg:

```fortran
! When breaking a lines in a macro invocation, use backslash `\` continuation character:
! When breaking a line in a macro invocation, use backslash `\` continuation character:
call_assert_diagnose( computed_checksum == expected_checksum, \
"Checksum mismatch failure!", \
expected_checksum )
Expand Down

0 comments on commit 22080ee

Please sign in to comment.