diff --git a/lib/node_modules/@stdlib/stats/base/README.md b/lib/node_modules/@stdlib/stats/base/README.md
index 7a6e7a250333..7606342fab1f 100644
--- a/lib/node_modules/@stdlib/stats/base/README.md
+++ b/lib/node_modules/@stdlib/stats/base/README.md
@@ -163,7 +163,7 @@ The namespace contains the following statistical functions:
- [`variancepn( N, correction, x, stride )`][@stdlib/stats/base/variancepn]: calculate the variance of a strided array using a two-pass algorithm.
- [`variancetk( N, correction, x, stride )`][@stdlib/stats/base/variancetk]: calculate the variance of a strided array using a one-pass textbook algorithm.
- [`variancewd( N, correction, x, stride )`][@stdlib/stats/base/variancewd]: calculate the variance of a strided array using Welford's algorithm.
-- [`varianceyc( N, correction, x, stride )`][@stdlib/stats/base/varianceyc]: calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.
+- [`varianceyc( N, correction, x, strideX )`][@stdlib/stats/base/varianceyc]: calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.