Skip to content

Commit 4bad595

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 897795d commit 4bad595

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/gumbel/logcdf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/gumbel/logcdf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @return evaluated logorithm of CDF
3030
*
3131
* @example
32-
* double y = stdlib_base_gumbel_logcdf( 10.0, 0.0, 3.0 );
32+
* double y = stdlib_base_dists_gumbel_logcdf( 10.0, 0.0, 3.0 );
3333
* // returns ~-0.036
3434
*/
3535
double stdlib_base_dists_gumbel_logcdf( const double x, const double mu, const double beta ) {

0 commit comments

Comments
 (0)