Skip to content

Commit cc369ed

Browse files
authored
chore: remove trailing space
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent d866ed6 commit cc369ed

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/median/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/median/src/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @param mu location parameter
2727
* @param sigma scale parameter
28-
* @return median
28+
* @return median
2929
*
3030
* @example
3131
* double y = stdlib_base_dists_lognormal_median( 0.0, 1.0 );

0 commit comments

Comments
 (0)