Skip to content

Commit 5f95137

Browse files
authored
chore: add missing periods
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent e96e673 commit 5f95137

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/betaprime/mode

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/betaprime/mode/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_betaprime_mode( 1.0, 2.0 );
181181

182182
The function accepts the following arguments:
183183

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

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

0 commit comments

Comments
 (0)