Skip to content

Commit 05dcbb2

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent c60877c commit 05dcbb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/repl/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,9 +1329,9 @@ Out[2]: [ 'stdlib-ansi-basic', 'myTheme' ]
13291329

13301330
Starts a tutorial.
13311331

1332-
```text
1333-
In [1]: var id = tutorial( 'repl' );
1334-
```
1332+
```text
1333+
In [1]: var id = tutorial( 'repl' );
1334+
```
13351335

13361336
The function accepts the following `options`:
13371337

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
@@ -157,7 +157,7 @@ for ( i = 0; i < 10; i++ ) {
157157

158158
#### stdlib_base_dists_bernoulli_cdf( x, p )
159159

160-
Returns a function for evaluating the [cumulative distribution function][cdf] of a [Bernoulli][bernoulli-distribution] distribution with success probability `p`
160+
Evaluates the [cumulative distribution function][cdf] for a [Bernoulli][bernoulli-distribution] distribution with success probability `p`.
161161

162162
```c
163163
double y = stdlib_base_dists_bernoulli_cdf( 0.5, 0.5 );

0 commit comments

Comments
 (0)