diff --git a/lib/node_modules/@stdlib/math/base/special/cceil/README.md b/lib/node_modules/@stdlib/math/base/special/cceil/README.md
index decfb5c41ead..9ac96e4aa841 100644
--- a/lib/node_modules/@stdlib/math/base/special/cceil/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/cceil/README.md
@@ -198,7 +198,7 @@ int main( void ) {
## See Also
- [`@stdlib/math/base/special/cceiln`][@stdlib/math/base/special/cceiln]: round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward positive infinity.
-- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round a double-precision complex floating-point number toward negative infinity.
+- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round each component of a double-precision complex floating-point number toward negative infinity.
- [`@stdlib/math/base/special/cround`][@stdlib/math/base/special/cround]: round each component of a double-precision complex floating-point number to the nearest integer.
diff --git a/lib/node_modules/@stdlib/math/base/special/cround/README.md b/lib/node_modules/@stdlib/math/base/special/cround/README.md
index 911092aadfe7..39537bfcad52 100644
--- a/lib/node_modules/@stdlib/math/base/special/cround/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/cround/README.md
@@ -225,7 +225,7 @@ int main( void ) {
## See Also
- [`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]: round each component of a double-precision complex floating-point number toward positive infinity.
-- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round a double-precision complex floating-point number toward negative infinity.
+- [`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]: round each component of a double-precision complex floating-point number toward negative infinity.
- [`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]: round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.