Skip to content

Commit e62f241

Browse files
Update stdlib_stats_distribution_uniform.md
1 parent cdfb497 commit e62f241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/specs/stdlib_stats_distribution_uniform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ With triple auguments `loc`, `scale` and `array_size` the function returns a ran
9393

9494
`array_size`: optional argument has `intent(in)` and is a scalar of type `integer`.
9595

96-
`loc` and `scale` must have the same type when both are present.
96+
`loc` and `scale` must have the same type and kind when both are present.
9797

9898
### Return value
9999

@@ -208,7 +208,7 @@ f(x) = 1 / (scale%re * scale%im); for complex uniform distribution
208208

209209
`scale`: has `intent(in)` and is a scalar of type `integer`, `real` or `complex`.
210210

211-
The function is elemental, i.e., all three auguments could be arrays conformable to each other. All three arguments must have the same type.
211+
The function is elemental, i.e., all three auguments could be arrays conformable to each other. All three arguments must have the same type and kind.
212212

213213
### Return value
214214

@@ -296,7 +296,7 @@ F(x) = (x%re - loc%re)(x%im - loc%im) / (scale%re * scale%im); for complex unifo
296296

297297
`scale`: has `intent(in)` and is a scalar of type `integer`, `real` or `complex`.
298298

299-
The function is elemental, i.e., all three auguments could be arrays conformable to each other. All three arguments must have the same type.
299+
The function is elemental, i.e., all three auguments could be arrays conformable to each other. All three arguments must have the same type and kind.
300300

301301
### Return value
302302

0 commit comments

Comments
 (0)