Skip to content

Commit 8333197

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

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
@@ -288,7 +288,7 @@ Provides formats for all kinds as defined in the `stdlib_kinds` module.
288288
### Example
289289

290290
```fortran
291-
program deom_fmt_constants
291+
program demo_fmt_constants
292292
use intrinsic, iso_fortran_env, only : int32, int64, float32, float64
293293
use stdlib_io, only : FMT_INT, FMT_REAL_SP, FMT_REAL_DP, FMT_COMPLEX_SP, FMT_COMPLEX_DP
294294
implicit none

0 commit comments

Comments
 (0)