Skip to content

Commit b6ca4b7

Browse files
docs: fix capitalization
PR-URL: #7763 Closes: #7758 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 9b22fea commit b6ca4b7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ logEachMap( 'n: %0.4f, p: %0.4f, H(X;n,p): %0.4f', n, p, entropy );
166166

167167
#### stdlib_base_dists_binomial_entropy( n, p )
168168

169-
Evaluates the [entropy][entropy] of a [Binomial][binomial-distribution] distribution with `n` the number of trials and `p` the success probability.
169+
Evaluates the [entropy][entropy] of a [binomial][binomial-distribution] distribution with `n` the number of trials and `p` the success probability.
170170

171171
```c
172172
double out = stdlib_base_dists_binomial_entropy( 20, 0.1 );

0 commit comments

Comments
 (0)