Skip to content

Commit 6174608

Browse files
authored
docs: fix example return value
PR-URL: #5874 Closes: #5858 Reviewed-by: Athan Reines <[email protected]>
1 parent 6281551 commit 6174608

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)