Skip to content

Commit 268ca2b

Browse files
authored
fix typo
1 parent e1a85fb commit 268ca2b

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
@@ -134,7 +134,7 @@ All three arguments must have the same type.
134134

135135
### Return value
136136

137-
The result is a scalar or an array, with a shape conformable to arguments, as the same type as the input arguments. If `scale` is non-positive, the result is `NaN`.
137+
The result is a scalar or an array, with a shape conformable to the arguments, and the same type as the input arguments. If `scale` is non-positive, the result is `NaN`.
138138

139139
### Example
140140

0 commit comments

Comments
 (0)