diff options
author | nbehrnd <nbehrnd@users.noreply.github.com> | 2024-04-04 17:36:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 17:36:04 +0200 |
commit | 4c3a442457ca30c02b4593f681b4d9cd5ee63ee1 (patch) | |
tree | edd7c434e4955ec5640deab4c123dd2e0c09c10b | |
parent | 1f71450a4c8f222bf646ed326359881807626d4b (diff) |
correct typo
-rw-r--r-- | fortran90.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran90.html.markdown b/fortran90.html.markdown index 434f1c02..3730f8b0 100644 --- a/fortran90.html.markdown +++ b/fortran90.html.markdown @@ -438,7 +438,7 @@ end module fruity ! ISO Standard Fortran 2008 introduced the DO CONCURRENT construct to allow you -! to express loop-level parallelis +! to express loop-level parallelism integer :: i real :: array(100) |