Skip to content

Commit 05163c2

Browse files
Update doc/specs/stdlib_io.md
Co-authored-by: Milan Curcic <caomaco@gmail.com>
1 parent 8333197 commit 05163c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_io.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Provides formats for all kinds as defined in the `stdlib_kinds` module.
289289

290290
```fortran
291291
program demo_fmt_constants
292-
use intrinsic, iso_fortran_env, only : int32, int64, float32, float64
292+
use, intrinsic :: iso_fortran_env, only : int32, int64, real32, real64
293293
use stdlib_io, only : FMT_INT, FMT_REAL_SP, FMT_REAL_DP, FMT_COMPLEX_SP, FMT_COMPLEX_DP
294294
implicit none
295295

0 commit comments

Comments
 (0)