Skip to content

Commit 9ee4c36

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_str2num.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Return a scalar of numerical type (`integer`, `real32` or `real64`).
7676
```fortran
7777
program example_str2num
7878
use stdlib_kinds, only: dp
79-
use stdlib_str2num
79+
use stdlib_str2num, only: to_num_p
8080
character(:), allocatable, target :: chain
8181
character(len=:), pointer :: cptr
8282
real(dp), allocatable :: r(:)

0 commit comments

Comments
 (0)