Skip to content

Commit a3127d8

Browse files
authored
chore: add missing period
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 41272b6 commit a3127d8

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ double out = stdlib_base_dists_chi_entropy( 9.0 );
153153

154154
The function accepts the following arguments:
155155

156-
- **k**: `[in] double` degrees of freedom (must be positive)
156+
- **k**: `[in] double` degrees of freedom (must be positive).
157157

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

0 commit comments

Comments
 (0)