Skip to content

Commit 3030c59

Browse files
authored
docs: fix function name in example code
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent a57ada8 commit 3030c59

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/frechet/mean/src

1 file changed

+1
-1
lines changed

Diff for: lib/node_modules/@stdlib/stats/base/dists/frechet/mean/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @return mean
3131
*
3232
* @example
33-
* double y = stdlib_base_frechet_mean( 5.0, 2.0, 0.0 );
33+
* double y = stdlib_base_dists_frechet_mean( 5.0, 2.0, 0.0 );
3434
* // returns ~2.328
3535
*/
3636
double stdlib_base_dists_frechet_mean( const double alpha, const double s, const double m ) {

0 commit comments

Comments
 (0)