Skip to content

Commit 41c6fd4

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 09ac598 commit 41c6fd4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/logpdf/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ double stdlib_base_dists_frechet_logpdf( const double x, const double alpha, con
236236
### Examples
237237
238238
```c
239-
240239
#include "stdlib/stats/base/dists/frechet/logpdf.h"
241240
#include <stdlib.h>
242241
#include <stdio.h>

lib/node_modules/@stdlib/stats/base/dists/frechet/logpdf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* Evaluates the logarithm of the probability density function (PDF) for a Fréchet distribution with shape `alpha`, scale `s`, and location `m` at a value `x`.
2828
*
29-
* @param x input value
29+
* @param x input value
3030
* @param alpha shape parameter
3131
* @param s scale parameter
3232
* @param m location parameter

0 commit comments

Comments
 (0)