Skip to content

Commit ab8c7da

Browse files
jalveszjvdp1
andauthored
Update doc/specs/stdlib_str2num.md
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 6fefa64 commit ab8c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_str2num.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ program example_str2num
8484
8585
chain = " 1.234 1.E1 1e0 0.1234E0 12.21e+001 -34.5E1"
8686
cptr => chain
87-
do i =1, 6
87+
do i = 1, 6
8888
r(i) = to_num_p( cptr , r(i) ) !> the cptr pointer is shifted within the function
8989
end do
9090
end program

0 commit comments

Comments
 (0)