Skip to content

Commit f2a4824

Browse files
committed
chore: align stats/base/dists/lognormal/logpdf package description with namespace majority
Normalize `package.json` `description` to the `"Lognormal distribution {noun}."` pattern used by 12/14 siblings in the `stats/base/dists/lognormal` namespace (85.7% conformance), and matching the dominant `"{Dist} distribution logarithm of probability density function (PDF)."` template used across `gamma`, `beta`, `gumbel`, `laplace`, `logistic`, `rayleigh`, and `weibull`. No source, test, or behavioral changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016MpvUVp4pvm7okW5UysayX
1 parent f0301e7 commit f2a4824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf

lib/node_modules/@stdlib/stats/base/dists/lognormal/logpdf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stdlib/stats/base/dists/lognormal/logpdf",
33
"version": "0.0.0",
4-
"description": "Natural logarithm of the probability density function (PDF) for a lognormal distribution.",
4+
"description": "Lognormal distribution logarithm of probability density function (PDF).",
55
"license": "Apache-2.0",
66
"author": {
77
"name": "The Stdlib Authors",

0 commit comments

Comments
 (0)