Skip to content

Commit d094935

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

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/rayleigh/skewness/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/skewness/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const double STDLIB_CONSTANT_FLOAT64_SQRT_PI = 1.772453850905516027;
3030
* @return skewness
3131
*
3232
* @example
33-
* double v = skewness( 9.0 );
33+
* double v = stdlib_base_dists_rayleigh_skewness( 9.0 );
3434
* // returns ~0.631
3535
*/
3636
double stdlib_base_dists_rayleigh_skewness( const double sigma ) {

0 commit comments

Comments
 (0)