Skip to content

Commit 486d004

Browse files
committed
docs: fix parameter name in comment of chisquare/mean/src/main.c
PR-URL: #10779 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 4181337 commit 486d004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/chisquare/mean/src

lib/node_modules/@stdlib/stats/base/dists/chisquare/mean/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* Returns the expected value of a chi-squared distribution.
2424
*
25-
* @param x degrees of freedom
25+
* @param k degrees of freedom
2626
* @return expected value
2727
*
2828
* @example

0 commit comments

Comments
 (0)