Skip to content

Commit e63a40a

Browse files
authored
chore: typo fix
1 parent cb514cd commit e63a40a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/betaprime/stdev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ for ( i = 0; i < 10; i++ ) {
175175

176176
#### stdlib_base_dists_betaprime_stdev( alpha, beta )
177177

178-
Returns the standard deviation of an betaprime distribution.
178+
Returns the standard deviation of a betaprime distribution.
179179

180180
```c
181181
double out = stdlib_base_dists_betaprime_stdev( 1.0, 3.0 );

0 commit comments

Comments
 (0)