Skip to content

Commit bb56acb

Browse files
committed
refactor: as per suggested changes
1 parent 6e2fd8e commit bb56acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_stats_distribution_normal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Elemental function (passing both `loc` and `scale`).
5252

5353
### Return value
5454

55-
The result is a scalar or rank-1 array, with a size of `array_size`, and the same type as `scale` and `loc` (or same type and kind as `mold` when using the `array_size, mold` form). If `scale` is non-positive, the result is `NaN`.
55+
The result is a scalar or rank-1 array, with a size of `array_size`, and the same type as `scale` and `loc` (or same type and kind as `mold` when using the `(array_size, mold)` form). If `scale` is non-positive, the result is `NaN`.
5656

5757
### Example
5858

0 commit comments

Comments
 (0)