Skip to content

Commit 7127949

Browse files
committed
correction
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: na - task: run_c_benchmarks status: na - task: run_cpp_benchmarks status: na - task: run_fortran_benchmarks status: na - task: run_javascript_benchmarks status: na - task: run_julia_benchmarks status: na - task: run_python_benchmarks status: na - task: run_r_benchmarks status: na - task: run_javascript_tests status: na ---
1 parent 8a80a81 commit 7127949

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)