Skip to content

Commit 7c72b5c

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

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
@@ -44,7 +44,7 @@ program example_string_to_number
4444
4545
txt = ' 8.8541878128e−12 '
4646
x = to_num( txt , x )
47-
end program example_random_seed
47+
end program example_string_to_number
4848
```
4949

5050
## `to_num_p` - conversion of a stream of values in a string to numbers

0 commit comments

Comments
 (0)