Skip to content

Commit 144ae42

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/kurtosis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Returns the excess kurtosis of an arcsine distribution.
163163

164164
```c
165165
double out = stdlib_base_dists_arcsine_kurtosis( 0.0, 2.0 );
166-
// returns 1.5
166+
// returns -1.5
167167
```
168168

169169
The function accepts the following arguments:

lib/node_modules/@stdlib/stats/base/dists/arcsine/kurtosis/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var opts = {
3939

4040
// MAIN //
4141

42-
bench( pkg, opts, function benchmark( b ) {
42+
bench( pkg+'::native', opts, function benchmark( b ) {
4343
var min;
4444
var max;
4545
var len;

0 commit comments

Comments
 (0)