Skip to content

Commit 5e71119

Browse files
authored
chore: fix copy & paste error
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 9544f21 commit 5e71119

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/poisson/variance/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/poisson/variance/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "stdlib/math/base/assert/is_nan.h"
2121

2222
/**
23-
* Returns the variance of a beta prime distribution.
23+
* Returns the variance of a Poisson distribution.
2424
*
2525
* @param lambda mean parameter
2626
* @return variance

0 commit comments

Comments
 (0)