Skip to content

Commit cd55a98

Browse files
authored
docs: uncapitalize descriptions
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 7cb6edb commit cd55a98

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gamma/entropy

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ double y = stdlib_base_dists_gamma_entropy( 1.0, 1.0 );
181181

182182
The function accepts the following arguments:
183183

184-
- **alpha**: `[in] double` Shape parameter.
185-
- **beta**: `[in] double` Rate parameter.
184+
- **alpha**: `[in] double` shape parameter.
185+
- **beta**: `[in] double` rate parameter.
186186

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

0 commit comments

Comments
 (0)