diff --git a/lib/node_modules/@stdlib/math/base/special/truncsd/README.md b/lib/node_modules/@stdlib/math/base/special/truncsd/README.md
index 14a8ac4df715..d9c227c5176d 100644
--- a/lib/node_modules/@stdlib/math/base/special/truncsd/README.md
+++ b/lib/node_modules/@stdlib/math/base/special/truncsd/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/floorsd`][@stdlib/math/base/special/floorsd]: round a numeric value to the nearest number toward negative infinity with N significant figures.
-- [`@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/trunc`][@stdlib/math/base/special/trunc]: round a double-precision floating-point number toward zero.