Skip to content

Commit 72fe905

Browse files
committed
chore: address commit comments for commit 75a786a (issue #7452)
1 parent 9dc8cd1 commit 72fe905

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
@@ -56,7 +56,7 @@ var pdf = require( '@stdlib/stats/base/dists/lognormal/pdf' );
5656

5757
#### pdf( x, mu, sigma )
5858

59-
Evaluates the [probability density function][pdf] (PDF) for a [lognormal][lognormal-distribution] distribution with parameters `mu` (location parameter) and `sigma` (scale parameter).
59+
Evaluates the [probability density function][pdf] (PDF) of a [lognormal][lognormal-distribution] distribution with parameters `mu` (location parameter) and `sigma` (scale parameter).
6060

6161
```javascript
6262
var y = pdf( 2.0, 0.0, 1.0 );

0 commit comments

Comments
 (0)