Skip to content

Commit 17db639

Browse files
fix: lint whitespace
1 parent bcebd84 commit 17db639

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/cdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/cdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ double y = stdlib_base_dists_bernoulli_cdf( 0.5, 0.5 );
164164
// returns ~0.5
165165
```
166166

167-
The function accepts the following arguments
167+
The function accepts the following arguments
168168

169169
- **x**: `[in] double` input value.
170170
- **p**: `[in] double` success probability

0 commit comments

Comments
 (0)