Skip to content

Commit c357fa2

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

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
@@ -74,7 +74,7 @@ Return a scalar of numerical type (i.e., `integer` or `real`).
7474
### Example
7575

7676
```fortran
77-
program example_str2num
77+
program example_to_num_p
7878
use stdlib_kinds, only: dp
7979
use stdlib_str2num, only: to_num_p
8080
character(:), allocatable, target :: chain

0 commit comments

Comments
 (0)