Skip to content

Commit e0fa769

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

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
@@ -37,7 +37,7 @@ Return a scalar of numerical type (`integer`, `real32` or `real64`).
3737
```fortran
3838
program example_string_to_number
3939
use stdlib_kinds, only: dp
40-
use stdlib_str2num
40+
use stdlib_str2num, only: to_num
4141
implicit none
4242
character(:), allocatable :: txt
4343
real(dp) :: x

0 commit comments

Comments
 (0)