Skip to content

Commit 07389f7

Browse files
jalveszjvdp1
andauthored
Apply suggestions from code review
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 0929792 commit 07389f7

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
@@ -26,7 +26,7 @@ Convert a string or an array of strings to numerical types.
2626

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

29-
`mold`: argument has `intent(in)` and is of numerical type. currently: `integer`, `real32`, `real64` or `real128`. **Note**: the mold argument is included to help compilers chose the correct implementation at compile-time. Currently, compilers are not able to disambiguate functions with respect to the left-hand-side of an assignment.
29+
`mold`: argument has `intent(in)` and is of numerical type (that is of `integer` or of `real`). **Note**: the mold argument is included to help compilers chose the correct implementation at compile-time. Currently, compilers are not able to disambiguate functions with respect to the left-hand-side of an assignment.
3030

3131
### Return value
3232

0 commit comments

Comments
 (0)