Skip to content

Commit 748a95d

Browse files
committed
docs(stats): fix commented return value
1 parent 83f88d9 commit 748a95d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/geometric/kurtosis

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/geometric/kurtosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Returns the [excess kurtosis][kurtosis] of a [geometric][geometric-distribution]
154154

155155
```c
156156
double out = stdlib_base_dists_geometric_kurtosis( 0.5 );
157-
// returns 6.0
157+
// returns 6.5
158158
```
159159

160160
The function accepts the following arguments:

0 commit comments

Comments
 (0)