Skip to content

Commit f3a4bd9

Browse files
authored
chore: address commit comment
PR-URL: #5736 Closes: #5719 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent bd9b313 commit f3a4bd9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

155155
```c
156156
double out = stdlib_base_dists_geometric_variance( 0.5 );
157-
// returns 2
157+
// returns 2.0
158158
```
159159

160160
The function accepts the following arguments:

0 commit comments

Comments
 (0)