Skip to content

Commit cbc05b2

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

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
@@ -87,7 +87,7 @@ program example_to_num_p
8787
do i = 1, 6
8888
r(i) = to_num_p( cptr , r(i) ) !> the cptr pointer is shifted within the function
8989
end do
90-
end program
90+
end program example_to_num_p
9191
```
9292

9393
## Note

0 commit comments

Comments
 (0)