Skip to content

Commit

Permalink
Update doc/specs/stdlib_str2num.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremie Vandenplas <[email protected]>
  • Loading branch information
jalvesz and jvdp1 authored Jan 1, 2024
1 parent 1e7a191 commit 2954856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/specs/stdlib_str2num.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Convert a stream of values in a string to an array of values.

### Arguments

`string`: argument has `intent(in)` and is of type `character(*), pointer`.
`string`: argument has `intent(in)` and is of type `character(:), pointer`.

`mold`: argument has `intent(in)` and is of numerical type (currently of `integer` or `real`). **Note**: The type of the `mold` argument defines the type of the result.

Expand Down

0 comments on commit 2954856

Please sign in to comment.