1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02:00

correct typo

This commit is contained in:
nbehrnd
2024-04-04 17:36:04 +02:00
committed by GitHub
parent 1f71450a4c
commit 4c3a442457

View File

@@ -438,7 +438,7 @@ end module fruity
! ISO Standard Fortran 2008 introduced the DO CONCURRENT construct to allow you ! ISO Standard Fortran 2008 introduced the DO CONCURRENT construct to allow you
! to express loop-level parallelis ! to express loop-level parallelism
integer :: i integer :: i
real :: array(100) real :: array(100)