Skip to content

Commit 9a85fc9

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/stdev/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ int main( void ) {
3535
a = random_uniform( -5.0, 5.0 );
3636
b = random_uniform( -5.0, 5.0 );
3737
y = stdlib_base_dists_kumaraswamy_stdev( a, b );
38-
printf( "a: %lf, b: %lf, Var(X;a,b): %lf\n", a, b, y );
38+
printf( "a: %lf, b: %lf, SD(X;a,b): %lf\n", a, b, y );
3939
}
4040
}

0 commit comments

Comments
 (0)