Skip to content

Commit 21b2d73

Browse files
authored
chore: address commit comments for commit 75a786a
PR-URL: #7679 Closes: #7452 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 9dc8cd1 commit 21b2d73

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ for ( i = 0; i < 10; i++ ) {
167167

168168
#### stdlib_base_dists_lognormal_pdf( x, mu, sigma )
169169

170-
Evaluates the [probability density function][pdf] (PDF) of a [lognormal][lognormal-distribution] distribution with parameters input value `x`, location parameter `mu` and scale parameter `sigma`.
170+
Evaluates the [probability density function][pdf] (PDF) of a [lognormal][lognormal-distribution] distribution with location parameter `mu` and scale parameter `sigma`.
171171

172172
```c
173173
double y = stdlib_base_dists_lognormal_pdf( 2.0, 0.0, 1.0 );

0 commit comments

Comments
 (0)