diff --git a/lib/node_modules/@stdlib/math/base/special/floorsd/README.md b/lib/node_modules/@stdlib/math/base/special/floorsd/README.md
index 942156111a6b..cb967e5c925b 100644
--- a/lib/node_modules/@stdlib/math/base/special/floorsd/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/floorsd/README.md
@@ -181,7 +181,7 @@ int main( void ) {
- [`@stdlib/math/base/special/ceilsd`][@stdlib/math/base/special/ceilsd]: round a numeric value to the nearest number toward positive infinity with N significant figures.
- [`@stdlib/math/base/special/floor`][@stdlib/math/base/special/floor]: round a double-precision floating-point number toward negative infinity.
-- [`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]: round a numeric value to the nearest number with N significant figures.
+- [`@stdlib/math/base/special/roundsd`][@stdlib/math/base/special/roundsd]: round a double-precision floating-point number to the nearest value with N significant figures.
- [`@stdlib/math/base/special/truncsd`][@stdlib/math/base/special/truncsd]: round a numeric value to the nearest number toward zero with N significant figures.