Skip to content

Commit b3db7ed

Browse files
chore: remove space
1 parent dea1185 commit b3db7ed

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/beta/kurtosis

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/kurtosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ double y = stdlib_base_dists_beta_kurtosis( 1.0, 1.0 );
182182
The function accepts the following arguments:
183183

184184
- **alpha**: `[in] double` first shape parameter.
185-
- **beta**: `[in] double` second shape parameter.
185+
- **beta**: `[in] double` second shape parameter.
186186

187187
```c
188188
double stdlib_base_dists_beta_kurtosis( const double alpha, const double beta );

0 commit comments

Comments
 (0)