Skip to content

Commit cfa7b23

Browse files
authored
chore: address commit comment
PR-URL: #5449 Closes: #5424 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent b96a6a2 commit cfa7b23

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* Returns the differential entropy for a Gumbel distribution with location `mu` and scale `beta`.
2626
*
2727
* @param mu location parameter
28-
* @param beta sclae parameter
28+
* @param beta scale parameter
2929
* @return entropy
3030
*
3131
* @example

0 commit comments

Comments
 (0)