Skip to content

Commit 8f57e04

Browse files
authored
chore: minor clean-up
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent ed87470 commit 8f57e04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ double y = stdlib_base_dists_erlang_mgf( 0.3, 1, 1.0 );
201201
The function accepts the following arguments:
202202

203203
- **t**: `[in] double` input value.
204-
- **k**: `[in] double` shape value.
204+
- **k**: `[in] double` shape parameter.
205205
- **lambda**: `[in] double` rate parameter.
206206

207207
```c

lib/node_modules/@stdlib/stats/base/dists/erlang/mgf/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static double benchmark( void ) {
9898
double elapsed;
9999
double lambda[ 100 ];
100100
double k[ 100 ];
101-
double t[100];
101+
double t[ 100 ];
102102
double x;
103103
double y;
104104
int i;

0 commit comments

Comments
 (0)