Skip to content

Commit 3b62495

Browse files
ejovo13jvdp1
andauthored
Update doc/specs/stdlib_math.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 6167af7 commit 3b62495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_math.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Function.
113113

114114
`start`: Shall be scalar of any numeric type. This argument is `intent(in)`.
115115
`end`: Shall be the same `type` and `kind` as `start`. This argument is `intent(in)`.
116-
`n`: Shall be an integer specifying the length of the output. This argument is `intent(in)`.
116+
`n`: Shall be an integer specifying the length of the output. This argument is `optional` and `intent(in)`.
117117

118118
#### Output value or Result value
119119

0 commit comments

Comments
 (0)