Skip to content

Commit 935050a

Browse files
committed
Updated docs
1 parent f7b3b28 commit 935050a

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
@@ -307,7 +307,7 @@ program deom_fmt_constants
307307
c32 = cmplx(100.0_real32, kind=real32)
308308
c64 = cmplx(100.0_real64, kind=real64)
309309
310-
print FMT_INT, i32, i64
310+
print "2("//FMT_INT//",1x)", i32, i64
311311
print FMT_REAL_SP, r32
312312
print FMT_REAL_DP, r64
313313
print FMT_COMPLEX_SP, c32

0 commit comments

Comments
 (0)