Skip to content

Commit 2fdc789

Browse files
chore: remove space
1 parent 27fca27 commit 2fdc789

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

185185
- **alpha**: `[in] double` first shape parameter.
186-
- **beta**: `[in] double` second shape parameter.
186+
- **beta**: `[in] double` second shape parameter.
187187

188188
```c
189189
double stdlib_base_dists_beta_entropy( const double alpha, const double beta );

0 commit comments

Comments
 (0)