Skip to content

Commit ed730ad

Browse files
fix: spelling errors
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ab938e5 commit ed730ad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ int main( void ) {
240240
mu = random_uniform( 0.0, 10.0 ) - 5.0;
241241
b = random_uniform( 0.0, 20.0 );
242242
y = stdlib_base_dists_kumaraswamy_stdev( a, b );
243-
printf( "a: %lf, b: %lf, Std(X;a,b): %lf\n", a, b, y );
243+
printf( "a: %lf, b: %lf, SD(X;a,b): %lf\n", a, b, y );
244244
}
245245
}
246246
```

0 commit comments

Comments
 (0)