diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md
index cb2ea687606a..f09ae13fa344 100644
--- a/lib/node_modules/@stdlib/stats/base/README.md
+++ b/lib/node_modules/@stdlib/stats/base/README.md
@@ -71,7 +71,7 @@ The namespace contains the following statistical functions:
- [`dmaxsorted( N, x, strideX )`][@stdlib/stats/base/dmaxsorted]: calculate the maximum value of a sorted double-precision floating-point strided array.
- [`dmean( N, x, stride )`][@stdlib/stats/base/dmean]: calculate the arithmetic mean of a double-precision floating-point strided array.
- [`dmeankbn( N, x, stride )`][@stdlib/stats/base/dmeankbn]: calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
-- [`dmeankbn2( N, x, stride )`][@stdlib/stats/base/dmeankbn2]: calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
+- [`dmeankbn2( N, x, strideX )`][@stdlib/stats/base/dmeankbn2]: calculate the arithmetic mean of a double-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
- [`dmeanli( N, x, stride )`][@stdlib/stats/base/dmeanli]: calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm.
- [`dmeanlipw( N, x, stride )`][@stdlib/stats/base/dmeanlipw]: calculate the arithmetic mean of a double-precision floating-point strided array using a one-pass trial mean algorithm with pairwise summation.
- [`dmeanors( N, x, stride )`][@stdlib/stats/base/dmeanors]: calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.