Skip to content

Commit f427aba

Browse files
authored
docs: add missing period
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 9a122fe commit f427aba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ double out = stdlib_base_dists_chi_variance( 9.0 );
153153

154154
The function accepts the following arguments:
155155

156-
- **k**: `[in] double` degrees of freedom
156+
- **k**: `[in] double` degrees of freedom.
157157

158158
```c
159159
double stdlib_base_dists_chi_variance( const double k );

0 commit comments

Comments
 (0)