Skip to content

Commit 8fc5e6c

Browse files
authored
docs: fix parameter name in comment of chisquare/mean/src/main.c
PR-URL: #10779 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 7564e0f commit 8fc5e6c

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/chisquare/mean/src

1 file changed

+1
-1
lines changed

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)